kibana/api_docs/cloud_chat.devdocs.json

76 lines
No EOL
2 KiB
JSON

{
"id": "cloudChat",
"client": {
"classes": [],
"functions": [
{
"parentPluginId": "cloudChat",
"id": "def-public.Chat",
"type": "Function",
"tags": [],
"label": "Chat",
"description": [
"\nA lazily-loaded component that will display a trigger that will allow the user to chat with a\nhuman operator when the service is enabled; otherwise, it renders nothing."
],
"signature": [
"() => JSX.Element"
],
"path": "x-pack/plugins/cloud_integrations/cloud_chat/public/components/index.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [],
"initialIsOpen": false
}
],
"interfaces": [],
"enums": [],
"misc": [],
"objects": [],
"start": {
"parentPluginId": "cloudChat",
"id": "def-public.CloudChatPluginStart",
"type": "Interface",
"tags": [],
"label": "CloudChatPluginStart",
"description": [],
"path": "x-pack/plugins/cloud_integrations/cloud_chat/public/plugin.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "cloudChat",
"id": "def-public.CloudChatPluginStart.Chat",
"type": "CompoundType",
"tags": [],
"label": "Chat",
"description": [],
"signature": [
"React.ComponentClass<{}, any> | React.FunctionComponent<{}>"
],
"path": "x-pack/plugins/cloud_integrations/cloud_chat/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": []
}
}