UnSubscribeToAllUserProperty

Unsubscribe to an event callback for changes of a component user defined property.

🔁 Function

void UnSubscribeToAllUserProperty(
    property: string, 
    typeName: string, 
    callbackName: string);

⚙️ Parameters

Name Type Description
property String The name of the property to unsubscribe to
typeName String The type of the component. See options
callbackName String The name of the callback function

↩️ Return Value

None