Checking stuff

2025-08-28 19:56:11 +02:00
parent 44b01df8af
commit 956bd5b50b

@@ -188,10 +188,9 @@ api.onReferencePropertyChange(propertyId, callback);
``` ```
| Argument | Type | Description | | Argument | Type | Description |
| ---------- | --------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------ | | ---------- | ----------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| propertyId | string | The property ID that the listener will receive. | | propertyId | string | The property ID that the listener will receive. |
| callback | ( value:any, transitionDuration:number ):void | Function that receives the new property value.<br> <br>**transitionDuration** The duration in milliseconds the transition should be. | | callback | ( property:Property, transitionDuration:number ):void | Callback for when the reference property value changes. <table><tr><td>**property**</td><td>[Property](./ModuleClientAPIProperty)</td><td>Property instance.</td></tr><tr><td>**transitionDuration**</td><td>number</td><td>The duration in milliseconds the transition should be.</td></tr></table> |
| kaas | k | <table><tr><td>**value**</td><td>any</td><td>The changed value of the property.</td></tr></table> |
### getReferenceProperties ### getReferenceProperties