Skip to content

Opensearch dashboards.uisettingstype

Home > opensearch-dashboards > UiSettingsType

UiSettingsType type

UI element type to represent the settings.

Signature:

export declare type UiSettingsType = 'undefined' | 'json' | 'markdown' | 'number' | 'select' | 'boolean' | 'string' | 'array' | 'image';