Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 755 Bytes

kibana-plugin-public.uisettingsclientcontract.md

File metadata and controls

13 lines (8 loc) · 755 Bytes

Home > kibana-plugin-public > UiSettingsClientContract

UiSettingsClientContract type

Client-side client that provides access to the advanced settings stored in elasticsearch. The settings provide control over the behavior of the Kibana application. For example, a user can specify how to display numeric or date fields. Users can adjust the settings via Management UI. UiSettingsClient

Signature:

export declare type UiSettingsClientContract = PublicMethodsOf<UiSettingsClient>;