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 type of the component. See options |
callbackName |
String | The name of the callback function |
↩️ Return Value
None