Skip to content

Interface

The color options for the action color.

Properties

PropertyTypeNotes
defaultstring

The color options for the default state of an interactive element.

disabledActionDisabledOptions

The color options for the disabled state of an interactive element.

focusstring

The color options for the focus state when an interactive element is focused by keyboard.

hoverstring

The color options for the hover state of an interactive element.

inputFieldActionInputFieldOptions

The color options for the input field element.

linkActionLinkOptions

The color options for the link element.

pressedstring

The color options for the pressed state of an interactive element.

selectedActionSelectedOptions

The color options for the selected state of an interactive element.

textstring

The color options for the text on an interactive element.

default

optional
Interface Property
default: string

The color options for the default state of an interactive element.

disabled

optional
Interface Property
disabled: ActionDisabledOptions

The color options for the disabled state of an interactive element.

focus

optional
Interface Property
focus: string

The color options for the focus state when an interactive element is focused by keyboard.

hover

optional
Interface Property
hover: string

The color options for the hover state of an interactive element.

inputField

optional
Interface Property
inputField: ActionInputFieldOptions

The color options for the input field element.

optional
Interface Property
link: ActionLinkOptions

The color options for the link element.

pressed

optional
Interface Property
pressed: string

The color options for the pressed state of an interactive element.

selected

optional
Interface Property
selected: ActionSelectedOptions

The color options for the selected state of an interactive element.

text

optional
Interface Property
text: string

The color options for the text on an interactive element.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.