kibana/api_docs/cloud_chat_provider.devdocs.json

103 lines
No EOL
3 KiB
JSON

{
"id": "cloudChatProvider",
"client": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": [],
"setup": {
"parentPluginId": "cloudChatProvider",
"id": "def-public.CloudChatProviderPluginSetup",
"type": "Interface",
"tags": [],
"label": "CloudChatProviderPluginSetup",
"description": [],
"path": "x-pack/plugins/cloud_integrations/cloud_chat_provider/public/plugin.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "cloudChatProvider",
"id": "def-public.CloudChatProviderPluginSetup.registerChatProvider",
"type": "Function",
"tags": [],
"label": "registerChatProvider",
"description": [],
"signature": [
"(getChat: () => React.ComponentType<{}> | undefined) => void"
],
"path": "x-pack/plugins/cloud_integrations/cloud_chat_provider/public/plugin.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "cloudChatProvider",
"id": "def-public.CloudChatProviderPluginSetup.registerChatProvider.$1",
"type": "Function",
"tags": [],
"label": "getChat",
"description": [],
"signature": [
"() => React.ComponentType<{}> | undefined"
],
"path": "x-pack/plugins/cloud_integrations/cloud_chat_provider/public/plugin.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
}
],
"lifecycle": "setup",
"initialIsOpen": true
},
"start": {
"parentPluginId": "cloudChatProvider",
"id": "def-public.CloudChatProviderPluginStart",
"type": "Interface",
"tags": [],
"label": "CloudChatProviderPluginStart",
"description": [],
"path": "x-pack/plugins/cloud_integrations/cloud_chat_provider/public/plugin.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "cloudChatProvider",
"id": "def-public.CloudChatProviderPluginStart.Chat",
"type": "CompoundType",
"tags": [],
"label": "Chat",
"description": [],
"signature": [
"React.ComponentType<{}> | undefined"
],
"path": "x-pack/plugins/cloud_integrations/cloud_chat_provider/public/plugin.tsx",
"deprecated": false,
"trackAdoption": false
}
],
"lifecycle": "start",
"initialIsOpen": true
}
},
"server": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
},
"common": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
}
}