Get Instance Overrides
instance_get_overridesRead override properties from a component instance to copy them to other instances.
Instructions
Read the override properties from a source instance, to later apply them to other instances.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | No | Optional ID of the component instance to get overrides from. If not provided, currently selected instance will be used. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | No | Whether overrides retrieval was successful | |
| message | No | Status message | |
| sourceInstanceId | No | Source instance ID | |
| mainComponentId | No | ID of the main component | |
| overridesCount | No | Number of overrides found |