Status List

Component Palette Icon:
A component for process object status visualisation. The appearence may be appropriately styled. Full menu of style options is available for text, background, margin and padding, border, shape and miscellaneous. You can also specify a style class.
Properties
Most Properties have binding options. For more information on Bindings, see Types of Bindings in Perspective. This section only documents the Props Category of properties. The other Categories are described on the Perspective Component Properties page.
Name | Description | Property Type |
---|---|---|
status | A list of status objects | array |
style | Sets a style for this chart. Full menu of style options is available for text,background, margin and padding, border, shape and miscellaneous. You can also specify a style class | object |
status Properties
Name | Description | Property Type |
---|---|---|
label | Description of Status | string |
status | Boolean status | boolean |
The label
and status
properties are attributes of the html tags <label>
and <input>
type checkbox.
Further info on the html <input>
and <label>
tag can be found at mdn web docs website, with info for the OpenPropsUI Textfield Component at OpenPropsUI > Components > Input > Textfield site page.
Component Events
The component supports the "Action Performed Event".
Further information regarding the Action Performed Event can be found a the Perspective Event Types Reference page. The Component Events and Actions page shows how to configure events and actions on a Perspective component. Component scripting is handled separately and can be accessed from the Component menubar or by right clicking on the component.