UI.WidgetStyle¶
| Name | Mandatory | Description | Default | Type | 
|---|---|---|---|---|
| ⬅️ Input | The input of the shard, if any | Any | ||
| Output ➡️ | The resulting output of the shard | Any | ||
| NonInteractive | No | The style of a widget that you cannot interact with. | none | None{Any}Var({Any}) | 
| Inactive | No | The style of an interactive widget, such as a button, at rest. | none | None{Any}Var({Any}) | 
| Hovered | No | The style of an interactive widget while you hover it, or when it is highlighted. | none | None{Any}Var({Any}) | 
| Active | No | The style of an interactive widget as you are clicking or dragging it. | none | None{Any}Var({Any}) | 
| Open | No | The style of a button that has an open menu beneath it (e.g. a combo-box) | none | None{Any}Var({Any}) | 
Apply style changes to the current UI scope.