Color

Hexadecimal color input

Specification

nested

Available types:

Type
Specification

array

Provides an array of nested parameters that are shown when the value of the parameter is set (value is not empty).

string

Provides the URL address of an RPC to load a list of nested parameters.

object

Provides a detailed specification of nested parameters.

{
    "name": "myColor",
    "type": "color",
    "label": "My Color",
    "nested": "rpc://getNestedFields"
}

Example

Color input

Color input accepts three or six hexadecimal characters prefixed with #.

Example of an incorrect color input

Last updated