Skip to content

Opensearch dashboards.sharedglobalconfig

Home > opensearch-dashboards > SharedGlobalConfig

SharedGlobalConfig type

Signature:

export declare type SharedGlobalConfig = RecursiveReadonly<{
    opensearchDashboards: Pick<OpenSearchDashboardsConfigType, typeof SharedGlobalConfigKeys.opensearchDashboards[number]>;
    opensearch: Pick<OpenSearchConfigType, typeof SharedGlobalConfigKeys.opensearch[number]>;
    path: Pick<PathConfigType, typeof SharedGlobalConfigKeys.path[number]>;
    savedObjects: Pick<SavedObjectsConfigType, typeof SharedGlobalConfigKeys.savedObjects[number]>;
}>;