Advanced Properties
The Advanced group of properties consists of component properties which are only needed in some cases. Most components use the following advanced properties:
Visible
This flag indicates a component is visible.
Variable Name: | visible |
Records: | 1 |
Permissions: | Readable at Observer permission level, writable at Manager permission level |
Record Format:
Field Name | Field Type | Notes |
visible | Boolean | The flag indicates a component is visible. |
Breakpoints
This property shows which stylings will be applied for each defined resolution breakpoint.
Variable Name: | gridbreakpoints |
Records: | 0...unlimited |
Permissions: | Readable at Observer permission level, writable at Manager permission level |
Record Format:
Field Name | Field Type | Notes |
breakpoint | String | Indicates the name of the breakpoint selected for the component |
style | String | Contains a compiled string from the values of the "Element Style" tab |
containerStyle | String | Contains a compiled string from the values of the "Container Style" tab |
Variable Storage
Allows any number of component variables to be saved at a given scope. For example, the filter settings on a column can be saved to maintain consistency during a single browser session, between sessions, or even for all users.
Variable Name: | variablesStorage |
Records: | 0...unlimited |
Permissions: | Readable at Observer permission level, writable at Manager permission level |
Record Format:
Field Name | Field Type | Notes |
variable | String | Indicates the name of the variable to be stored. |
layoutStorage | String | Options for how the variable should be saved.
|
Was this page helpful?