mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
1465 lines
No EOL
50 KiB
JSON
1465 lines
No EOL
50 KiB
JSON
{
|
|
"id": "savedObjects",
|
|
"client": {
|
|
"classes": [],
|
|
"functions": [
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.isErrorNonFatal",
|
|
"type": "Function",
|
|
"tags": [
|
|
"return"
|
|
],
|
|
"label": "isErrorNonFatal",
|
|
"description": [],
|
|
"signature": [
|
|
"(error: { message: string; }) => boolean"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/saved_object/helpers/save_saved_object.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.isErrorNonFatal.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "error",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/saved_object/helpers/save_saved_object.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.isErrorNonFatal.$1.message",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "message",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/saved_object/helpers/save_saved_object.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SavedObjectSaveModal",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "SavedObjectSaveModal",
|
|
"description": [],
|
|
"signature": [
|
|
"React.ForwardRefExoticComponent<Omit<Props, \"theme\"> & React.RefAttributes<Omit<Props, \"theme\">>>"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SavedObjectSaveModal.$1",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "props",
|
|
"description": [],
|
|
"signature": [
|
|
"P"
|
|
],
|
|
"path": "node_modules/@types/react/ts5.0/index.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SavedObjectSaveModalOrigin",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "SavedObjectSaveModalOrigin",
|
|
"description": [],
|
|
"signature": [
|
|
"(props: ",
|
|
{
|
|
"pluginId": "savedObjects",
|
|
"scope": "public",
|
|
"docId": "kibSavedObjectsPluginApi",
|
|
"section": "def-public.OriginSaveModalProps",
|
|
"text": "OriginSaveModalProps"
|
|
},
|
|
") => React.JSX.Element"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal_origin.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SavedObjectSaveModalOrigin.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "props",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "savedObjects",
|
|
"scope": "public",
|
|
"docId": "kibSavedObjectsPluginApi",
|
|
"section": "def-public.OriginSaveModalProps",
|
|
"text": "OriginSaveModalProps"
|
|
}
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal_origin.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.showSaveModal",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "showSaveModal",
|
|
"description": [],
|
|
"signature": [
|
|
"(saveModal: React.ReactElement<MinimalSaveModalProps, string | React.JSXElementConstructor<any>>, Wrapper: React.FC<{ children?: React.ReactNode; }> | undefined) => void"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/save_modal/show_saved_object_save_modal.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.showSaveModal.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "saveModal",
|
|
"description": [],
|
|
"signature": [
|
|
"React.ReactElement<MinimalSaveModalProps, string | React.JSXElementConstructor<any>>"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/save_modal/show_saved_object_save_modal.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.showSaveModal.$2",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "Wrapper",
|
|
"description": [],
|
|
"signature": [
|
|
"React.FC<{ children?: React.ReactNode; }> | undefined"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/save_modal/show_saved_object_save_modal.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"interfaces": [
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.OnSaveProps",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "OnSaveProps",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.OnSaveProps.newTitle",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "newTitle",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.OnSaveProps.newCopyOnSave",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "newCopyOnSave",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.OnSaveProps.isTitleDuplicateConfirmed",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "isTitleDuplicateConfirmed",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.OnSaveProps.onTitleDuplicate",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "onTitleDuplicate",
|
|
"description": [],
|
|
"signature": [
|
|
"() => void"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.OnSaveProps.newDescription",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "newDescription",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.OriginSaveModalProps",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "OriginSaveModalProps",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal_origin.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.OriginSaveModalProps.originatingApp",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "originatingApp",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal_origin.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.OriginSaveModalProps.getAppNameFromId",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getAppNameFromId",
|
|
"description": [],
|
|
"signature": [
|
|
"((appId: string) => string | undefined) | undefined"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal_origin.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.OriginSaveModalProps.getAppNameFromId.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "appId",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal_origin.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.OriginSaveModalProps.originatingAppName",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "originatingAppName",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal_origin.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.OriginSaveModalProps.returnToOriginSwitchLabel",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "returnToOriginSwitchLabel",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal_origin.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.OriginSaveModalProps.documentInfo",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "documentInfo",
|
|
"description": [],
|
|
"signature": [
|
|
"SaveModalDocumentInfo"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal_origin.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.OriginSaveModalProps.objectType",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "objectType",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal_origin.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.OriginSaveModalProps.onClose",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "onClose",
|
|
"description": [],
|
|
"signature": [
|
|
"() => void"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal_origin.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.OriginSaveModalProps.options",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [],
|
|
"signature": [
|
|
"React.ReactNode | ((state: ",
|
|
{
|
|
"pluginId": "savedObjects",
|
|
"scope": "public",
|
|
"docId": "kibSavedObjectsPluginApi",
|
|
"section": "def-public.SaveModalState",
|
|
"text": "SaveModalState"
|
|
},
|
|
") => React.ReactNode)"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal_origin.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.OriginSaveModalProps.onSave",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "onSave",
|
|
"description": [],
|
|
"signature": [
|
|
"(props: ",
|
|
{
|
|
"pluginId": "savedObjects",
|
|
"scope": "public",
|
|
"docId": "kibSavedObjectsPluginApi",
|
|
"section": "def-public.OnSaveProps",
|
|
"text": "OnSaveProps"
|
|
},
|
|
" & { returnToOrigin: boolean; }) => void"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal_origin.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.OriginSaveModalProps.onSave.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "props",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "savedObjects",
|
|
"scope": "public",
|
|
"docId": "kibSavedObjectsPluginApi",
|
|
"section": "def-public.OnSaveProps",
|
|
"text": "OnSaveProps"
|
|
},
|
|
" & { returnToOrigin: boolean; }"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal_origin.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SavedObject",
|
|
"type": "Interface",
|
|
"tags": [
|
|
"deprecated"
|
|
],
|
|
"label": "SavedObject",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "savedObjects",
|
|
"scope": "public",
|
|
"docId": "kibSavedObjectsPluginApi",
|
|
"section": "def-public.SavedObject",
|
|
"text": "SavedObject"
|
|
},
|
|
"<T>"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/types.ts",
|
|
"deprecated": true,
|
|
"removeBy": "8.8.0",
|
|
"trackAdoption": false,
|
|
"references": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SavedObject._serialize",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "_serialize",
|
|
"description": [],
|
|
"signature": [
|
|
"() => { attributes: ",
|
|
"SavedObjectAttributes",
|
|
"; references: ",
|
|
"SavedObjectReference",
|
|
"[]; }"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SavedObject._source",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "_source",
|
|
"description": [],
|
|
"signature": [
|
|
"{ [x: string]: unknown; }"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SavedObject.applyESResp",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "applyESResp",
|
|
"description": [],
|
|
"signature": [
|
|
"(resp: ",
|
|
"EsResponse",
|
|
") => Promise<",
|
|
{
|
|
"pluginId": "savedObjects",
|
|
"scope": "public",
|
|
"docId": "kibSavedObjectsPluginApi",
|
|
"section": "def-public.SavedObject",
|
|
"text": "SavedObject"
|
|
},
|
|
"<T>>"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SavedObject.applyESResp.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "resp",
|
|
"description": [],
|
|
"signature": [
|
|
"EsResponse"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SavedObject.copyOnSave",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "copyOnSave",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SavedObject.creationOpts",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "creationOpts",
|
|
"description": [],
|
|
"signature": [
|
|
"(opts: ",
|
|
"SavedObjectCreationOpts",
|
|
") => Record<string, unknown>"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SavedObject.creationOpts.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "opts",
|
|
"description": [],
|
|
"signature": [
|
|
"SavedObjectCreationOpts"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SavedObject.defaults",
|
|
"type": "Any",
|
|
"tags": [],
|
|
"label": "defaults",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SavedObject.delete",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "delete",
|
|
"description": [],
|
|
"signature": [
|
|
"(() => Promise<{}>) | undefined"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SavedObject.destroy",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "destroy",
|
|
"description": [],
|
|
"signature": [
|
|
"() => void"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SavedObject.getDisplayName",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getDisplayName",
|
|
"description": [],
|
|
"signature": [
|
|
"() => string"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SavedObject.getEsType",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getEsType",
|
|
"description": [],
|
|
"signature": [
|
|
"() => string"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SavedObject.getFullPath",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getFullPath",
|
|
"description": [],
|
|
"signature": [
|
|
"() => string"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SavedObject.hydrateIndexPattern",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "hydrateIndexPattern",
|
|
"description": [],
|
|
"signature": [
|
|
"((id?: string | undefined) => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
" | null>) | undefined"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SavedObject.hydrateIndexPattern.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SavedObject.id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SavedObject.init",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "init",
|
|
"description": [],
|
|
"signature": [
|
|
"(() => Promise<",
|
|
{
|
|
"pluginId": "savedObjects",
|
|
"scope": "public",
|
|
"docId": "kibSavedObjectsPluginApi",
|
|
"section": "def-public.SavedObject",
|
|
"text": "SavedObject"
|
|
},
|
|
"<T>>) | undefined"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SavedObject.isSaving",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "isSaving",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SavedObject.isTitleChanged",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "isTitleChanged",
|
|
"description": [],
|
|
"signature": [
|
|
"() => boolean"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SavedObject.lastSavedTitle",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "lastSavedTitle",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SavedObject.migrationVersion",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "migrationVersion",
|
|
"description": [],
|
|
"signature": [
|
|
"Record<string, any> | undefined"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SavedObject.save",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "save",
|
|
"description": [],
|
|
"signature": [
|
|
"(saveOptions: ",
|
|
{
|
|
"pluginId": "savedObjects",
|
|
"scope": "public",
|
|
"docId": "kibSavedObjectsPluginApi",
|
|
"section": "def-public.SavedObjectSaveOpts",
|
|
"text": "SavedObjectSaveOpts"
|
|
},
|
|
") => Promise<string>"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SavedObject.save.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "saveOptions",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "savedObjects",
|
|
"scope": "public",
|
|
"docId": "kibSavedObjectsPluginApi",
|
|
"section": "def-public.SavedObjectSaveOpts",
|
|
"text": "SavedObjectSaveOpts"
|
|
}
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SavedObject.searchSource",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "searchSource",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataSearchPluginApi",
|
|
"section": "def-common.ISearchSource",
|
|
"text": "ISearchSource"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SavedObject.searchSourceFields",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "searchSourceFields",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataSearchPluginApi",
|
|
"section": "def-common.SerializedSearchSourceFields",
|
|
"text": "SerializedSearchSourceFields"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SavedObject.showInRecentlyAccessed",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "showInRecentlyAccessed",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SavedObject.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SavedObject.unresolvedIndexPatternReference",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "unresolvedIndexPatternReference",
|
|
"description": [],
|
|
"signature": [
|
|
"SavedObjectReference",
|
|
" | undefined"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SavedObjectConfig",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "SavedObjectConfig",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SavedObjectConfig.afterESResp",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "afterESResp",
|
|
"description": [],
|
|
"signature": [
|
|
"((savedObject: ",
|
|
{
|
|
"pluginId": "savedObjects",
|
|
"scope": "public",
|
|
"docId": "kibSavedObjectsPluginApi",
|
|
"section": "def-public.SavedObject",
|
|
"text": "SavedObject"
|
|
},
|
|
"<",
|
|
"SavedObjectAttributes",
|
|
">) => Promise<",
|
|
{
|
|
"pluginId": "savedObjects",
|
|
"scope": "public",
|
|
"docId": "kibSavedObjectsPluginApi",
|
|
"section": "def-public.SavedObject",
|
|
"text": "SavedObject"
|
|
},
|
|
"<",
|
|
"SavedObjectAttributes",
|
|
">>) | undefined"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SavedObjectConfig.afterESResp.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "savedObject",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "savedObjects",
|
|
"scope": "public",
|
|
"docId": "kibSavedObjectsPluginApi",
|
|
"section": "def-public.SavedObject",
|
|
"text": "SavedObject"
|
|
},
|
|
"<",
|
|
"SavedObjectAttributes",
|
|
">"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SavedObjectConfig.defaults",
|
|
"type": "Any",
|
|
"tags": [],
|
|
"label": "defaults",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SavedObjectConfig.extractReferences",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "extractReferences",
|
|
"description": [],
|
|
"signature": [
|
|
"((opts: ",
|
|
"SavedObjectAttributesAndRefs",
|
|
") => ",
|
|
"SavedObjectAttributesAndRefs",
|
|
") | undefined"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SavedObjectConfig.extractReferences.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "opts",
|
|
"description": [],
|
|
"signature": [
|
|
"SavedObjectAttributesAndRefs"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SavedObjectConfig.injectReferences",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "injectReferences",
|
|
"description": [],
|
|
"signature": [
|
|
"(<T extends ",
|
|
{
|
|
"pluginId": "savedObjects",
|
|
"scope": "public",
|
|
"docId": "kibSavedObjectsPluginApi",
|
|
"section": "def-public.SavedObject",
|
|
"text": "SavedObject"
|
|
},
|
|
"<",
|
|
"SavedObjectAttributes",
|
|
">>(object: T, references: ",
|
|
"SavedObjectReference",
|
|
"[]) => void) | undefined"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SavedObjectConfig.injectReferences.$1",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "object",
|
|
"description": [],
|
|
"signature": [
|
|
"T"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SavedObjectConfig.injectReferences.$2",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "references",
|
|
"description": [],
|
|
"signature": [
|
|
"SavedObjectReference",
|
|
"[]"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SavedObjectConfig.id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SavedObjectConfig.init",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "init",
|
|
"description": [],
|
|
"signature": [
|
|
"(() => void) | undefined"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SavedObjectConfig.indexPattern",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "indexPattern",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SavedObjectConfig.mapping",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "mapping",
|
|
"description": [],
|
|
"signature": [
|
|
"Record<string, any> | undefined"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SavedObjectConfig.migrationVersion",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "migrationVersion",
|
|
"description": [],
|
|
"signature": [
|
|
"Record<string, any> | undefined"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SavedObjectConfig.path",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "path",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SavedObjectConfig.searchSource",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "searchSource",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataSearchPluginApi",
|
|
"section": "def-common.ISearchSource",
|
|
"text": "ISearchSource"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SavedObjectConfig.type",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SavedObjectSaveOpts",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "SavedObjectSaveOpts",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SavedObjectSaveOpts.confirmOverwrite",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "confirmOverwrite",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SavedObjectSaveOpts.isTitleDuplicateConfirmed",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "isTitleDuplicateConfirmed",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SavedObjectSaveOpts.onTitleDuplicate",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "onTitleDuplicate",
|
|
"description": [],
|
|
"signature": [
|
|
"(() => void) | undefined"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SavedObjectSaveOpts.returnToOrigin",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "returnToOrigin",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SaveModalState",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "SaveModalState",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SaveModalState.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SaveModalState.copyOnSave",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "copyOnSave",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SaveModalState.isTitleDuplicateConfirmed",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "isTitleDuplicateConfirmed",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SaveModalState.hasTitleDuplicate",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "hasTitleDuplicate",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SaveModalState.isLoading",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "isLoading",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SaveModalState.visualizationDescription",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "visualizationDescription",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SaveModalState.hasAttemptedSubmit",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "hasAttemptedSubmit",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"enums": [],
|
|
"misc": [
|
|
{
|
|
"parentPluginId": "savedObjects",
|
|
"id": "def-public.SaveResult",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "SaveResult",
|
|
"description": [
|
|
"\nRepresents the result of trying to persist the saved object.\nContains `error` prop if something unexpected happened (e.g. network error).\nContains an `id` if persisting was successful. If `id` and\n`error` are undefined, persisting was not successful, but the\nmodal can still recover (e.g. the name of the saved object was already taken)."
|
|
],
|
|
"signature": [
|
|
"{ id?: string | undefined; } | { error: Error; }"
|
|
],
|
|
"path": "src/platform/plugins/shared/saved_objects/public/save_modal/show_saved_object_save_modal.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"objects": []
|
|
},
|
|
"server": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": []
|
|
},
|
|
"common": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": []
|
|
}
|
|
} |