SubscribeToAllUserProperty
Subscribes to event callback for changes of a component user defined property
Function
void SubscribeToAllUserProperty(property: string, typeName: string, callbackName: string);
Parameters
Name | Type | Description |
---|---|---|
property | String | The name of the property to subscribe to |
typeName | String | The name of the component type to subscribe to |
callbackName | String | The name of the callback function |
Return Value
None