Button
A schema that is used to validate a part of Laboperator workflow templates.
labelrequired | string The displayed label of the button. |
---|---|
color | string default: primary The color of the button. The value must be an accepted CSS color keyword or defined via the rgb() or hsl() functional notations. The organization theme colors can be referenced with Examples:
|
variant | string one of: contained outlined text default: contained The button variant. Contained buttons are high-emphasis, distinguished by their use of elevation and fill. They contain actions that are primary to their context. Outlined buttons are medium-emphasis buttons. Text buttons are typically used for less-pronounced actions. |
keyrequired | reference Member NameA unique reference passed to a manual trigger that can be used in a The |
id | reference Member NameCan be used to render the button inside markdown text. For example, when
|
placement | string one of: manual default default: default Buttons defined globally or at the step level of the template always have to be placed manually. Their Substep buttons with a setting of |