Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 636 Bytes

kibana-plugin-core-server.sharedglobalconfig.md

File metadata and controls

16 lines (11 loc) · 636 Bytes

Home > kibana-plugin-core-server > SharedGlobalConfig

SharedGlobalConfig type

Signature:

export declare type SharedGlobalConfig = RecursiveReadonly<{
    kibana: Pick<KibanaConfigType, typeof SharedGlobalConfigKeys.kibana[number]>;
    elasticsearch: Pick<ElasticsearchConfigType, typeof SharedGlobalConfigKeys.elasticsearch[number]>;
    path: Pick<PathConfigType, typeof SharedGlobalConfigKeys.path[number]>;
}>;