view

On this page

Description:

This key defines how selected items are rendered.

Appears in:
├── Select Input
│   └── options
│       └── view
└── _inputs
    └── *
        ├── Multiselect Input
        │   └── options
        │       └── view
        ├── Choice Input
        │   └── options
        │       └── view
        └── Multichoice Input
            └── options
                └── view
Type:
string
Allowed values:
card
text
gallery
gallery-left
Examples:
Open in a new tab