Interface
The color options for the action color.
Properties
| Property | Type | Notes |
|---|---|---|
default | string | The color options for the default state of an interactive element. |
disabled | ActionDisabledOptions | The color options for the disabled state of an interactive element. |
focus | string | The color options for the focus state when an interactive element is focused by keyboard. |
hover | string | The color options for the hover state of an interactive element. |
inputField | ActionInputFieldOptions | The color options for the input field element. |
link | ActionLinkOptions | The color options for the link element. |
pressed | string | The color options for the pressed state of an interactive element. |
selected | ActionSelectedOptions | The color options for the selected state of an interactive element. |
text | string | The color options for the text on an interactive element. |
default
default: stringThe color options for the default state of an interactive element.
disabled
disabled: ActionDisabledOptionsThe color options for the disabled state of an interactive element.
focus
focus: stringThe color options for the focus state when an interactive element is focused by keyboard.
hover
hover: stringThe color options for the hover state of an interactive element.
inputField
inputField: ActionInputFieldOptionsThe color options for the input field element.
link
link: ActionLinkOptionsThe color options for the link element.
pressed
pressed: stringThe color options for the pressed state of an interactive element.
selected
selected: ActionSelectedOptionsThe color options for the selected state of an interactive element.