Sets new style properties for the target UI component.
The new styles are merged on top of existing styles, so only the defined properties get updated.
See Style properties reference in the documentation for details on available style property names.
Label | Key | Type | Required? | Default | Description |
View component |
| ComponentId | Yes | – | View component whose styles to set. |
New styles |
| Object | Yes | – | New style properties to apply to the given component. It is up to the user to ensure the defined properties and their values are correct. |
Number of outputs: 1
No output arguments.
No events.
No errors.