Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 548 Bytes

kibana-plugin-core-server.iuisettingsclient.getall.md

File metadata and controls

13 lines (8 loc) · 548 Bytes

Home > kibana-plugin-core-server > IUiSettingsClient > getAll

IUiSettingsClient.getAll property

Retrieves a set of all uiSettings values set by the user with fallbacks to default values if not specified.

Signature:

getAll: <T = any>() => Promise<Record<string, T>>;