ToiFrontendServiceProperty Interface Reference


Description

This is the documentation for ToiFrontendServiceProperty.
Structure that represents a property identifier - value pair. Use toi.statics.ToiFrontendServiceProperty.create(<id>, <value>) to create an instance of ToiFrontendServiceProperty.

import "ToiFrontendServiceProperty.idl";

List of all members.

Public Attributes

attribute
ToiFrontendService::TToiPropertyId 
id
attribute string value

Member Data Documentation

The identifier of the property.

The value this property has.