Input fields
- Last UpdatedOct 02, 2025
- 1 minute read
The input fields in the Toolbar module.
|
Name |
Type |
Description |
|---|---|---|
|
minimizeEnabled |
sbool |
Initialized from corresponding configuration. Can be used to change at runtime the visibility of the minimize button in the main toolbar. |
|
screenOffset |
svec2 |
Initialized from corresponding configuration. Used together with screenSize to define the operational canvas of the toolbar. |
|
screenSize |
Svec2 |
Defines the maximum space used to design the toolbar. It is initialized using the corresponding configuration value. |
|
visible |
sbool |
Defines the visibility of the toolbar. It is initialized using the corresponding configuration value. |