This is the documentation for ToiAssetManagerServiceProperty.
Structure that represents a property identifier, value pair. Use toi.statics.ToiAssetManagerServiceProperty.create(<id>, <value>) to create an instance of ToiAssetManagerServiceProperty.
import "ToiAssetManagerServiceProperty.idl";
Public Attributes | |
attribute ToiAssetManagerService::TToiPropertyId | id |
attribute string | value |
The identifier of the property.
attribute string ToiAssetManagerServiceProperty::value |
The value this property has.