Skip to content

Opensearch dashboards.requesthandlercontext.core

Home > opensearch-dashboards > RequestHandlerContext > core

RequestHandlerContext.core property

Signature:

core: {
        savedObjects: {
            client: SavedObjectsClientContract;
            typeRegistry: ISavedObjectTypeRegistry;
        };
        opensearch: {
            client: IScopedClusterClient;
            legacy: {
                client: ILegacyScopedClusterClient;
            };
        };
        uiSettings: {
            client: IUiSettingsClient;
        };
        auditor: Auditor;
    };