type

On this page

Description:

This key defines the input type, which controls how this input appears and behaves.

Appears in:
└── _inputs
    └── *
        └── Multiselect Input
            └── type
Type:
"multiselect" Required
Examples:

In this example, we have configured the tags key as a Multiselect Input type.

Copied to clipboard
_inputs:
  tags:
    type: multiselect
{
  "_inputs": {
    "tags": {
      "type": "multiselect"
    }
  }
}
Open in a new tab