Skip to content

Opensearch dashboards.iuisettingsclient.getall

Home > opensearch-dashboards > 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>>;