For the complete documentation index, see llms.txt. This page is also available as Markdown.

Selection Option Object

The Selection option object type used in selection controls.

Field
Type
Description

name

string

The label of the selection option.

Example: Adobe Reader

value

string

Provides a value if the option.

Example: ADOBE_READER

description

string

(optional) Provides help text describing what value.

Example: Adobe product

Example

{
  "name": "Adobe Reader",
  "value": "ADOBE_READER",
  "description": "Adobe product"
}

Last updated

Was this helpful?