mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
76 lines
No EOL
2 KiB
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": []
|
|
}
|
|
} |