Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 2.13 KB

kibana-plugin-core-server.uisettingsparams.md

File metadata and controls

30 lines (22 loc) · 2.13 KB

Home > kibana-plugin-core-server > UiSettingsParams

UiSettingsParams interface

UiSettings parameters defined by the plugins.

Signature:

export interface UiSettingsParams 

Properties

Property Type Description
category string[] used to group the configured setting in the UI
deprecation DeprecationSettings optional deprecation information. Used to generate a deprecation warning.
description string description provided to a user in UI
name string title in the UI
optionLabels Record<string, string> text labels for 'select' type UI element
options string[] array of permitted values for this setting
readonly boolean a flag indicating that value cannot be changed
requiresPageReload boolean a flag indicating whether new value applying requires page reloading
type UiSettingsType defines a type of UI element UiSettingsType
validation ImageValidation | StringValidation
value SavedObjectAttribute default value to fall back to if a user doesn't provide any