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";
Public Attributes | |
attribute ToiFrontendService::TToiPropertyId | id |
attribute string | value |
The identifier of the property.
attribute string ToiFrontendServiceProperty::value |
The value this property has.