mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
200 lines
No EOL
6.9 KiB
JSON
200 lines
No EOL
6.9 KiB
JSON
{
|
|
"id": "telemetryManagementSection",
|
|
"client": {
|
|
"classes": [
|
|
{
|
|
"parentPluginId": "telemetryManagementSection",
|
|
"id": "def-public.OptInExampleFlyout",
|
|
"type": "Class",
|
|
"tags": [],
|
|
"label": "OptInExampleFlyout",
|
|
"description": [
|
|
"\nReact component for displaying the example data associated with the Telemetry opt-in banner."
|
|
],
|
|
"signature": [
|
|
{
|
|
"pluginId": "telemetryManagementSection",
|
|
"scope": "public",
|
|
"docId": "kibTelemetryManagementSectionPluginApi",
|
|
"section": "def-public.OptInExampleFlyout",
|
|
"text": "OptInExampleFlyout"
|
|
},
|
|
" extends React.PureComponent<Props, State, any>"
|
|
],
|
|
"path": "src/plugins/telemetry_management_section/public/components/opt_in_example_flyout.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "telemetryManagementSection",
|
|
"id": "def-public.OptInExampleFlyout._isMounted",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "_isMounted",
|
|
"description": [],
|
|
"path": "src/plugins/telemetry_management_section/public/components/opt_in_example_flyout.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "telemetryManagementSection",
|
|
"id": "def-public.OptInExampleFlyout.state",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "state",
|
|
"description": [],
|
|
"path": "src/plugins/telemetry_management_section/public/components/opt_in_example_flyout.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "telemetryManagementSection",
|
|
"id": "def-public.OptInExampleFlyout.state.data",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "data",
|
|
"description": [],
|
|
"signature": [
|
|
"null"
|
|
],
|
|
"path": "src/plugins/telemetry_management_section/public/components/opt_in_example_flyout.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "telemetryManagementSection",
|
|
"id": "def-public.OptInExampleFlyout.state.isLoading",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "isLoading",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "src/plugins/telemetry_management_section/public/components/opt_in_example_flyout.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "telemetryManagementSection",
|
|
"id": "def-public.OptInExampleFlyout.state.hasPrivilegeToRead",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "hasPrivilegeToRead",
|
|
"description": [],
|
|
"signature": [
|
|
"false"
|
|
],
|
|
"path": "src/plugins/telemetry_management_section/public/components/opt_in_example_flyout.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "telemetryManagementSection",
|
|
"id": "def-public.OptInExampleFlyout.componentDidMount",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "componentDidMount",
|
|
"description": [],
|
|
"signature": [
|
|
"() => Promise<void>"
|
|
],
|
|
"path": "src/plugins/telemetry_management_section/public/components/opt_in_example_flyout.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "telemetryManagementSection",
|
|
"id": "def-public.OptInExampleFlyout.componentWillUnmount",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "componentWillUnmount",
|
|
"description": [],
|
|
"signature": [
|
|
"() => void"
|
|
],
|
|
"path": "src/plugins/telemetry_management_section/public/components/opt_in_example_flyout.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "telemetryManagementSection",
|
|
"id": "def-public.OptInExampleFlyout.renderBody",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "renderBody",
|
|
"description": [],
|
|
"signature": [
|
|
"({ data, isLoading, hasPrivilegeToRead }: State) => JSX.Element"
|
|
],
|
|
"path": "src/plugins/telemetry_management_section/public/components/opt_in_example_flyout.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "telemetryManagementSection",
|
|
"id": "def-public.OptInExampleFlyout.renderBody.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{ data, isLoading, hasPrivilegeToRead }",
|
|
"description": [],
|
|
"signature": [
|
|
"State"
|
|
],
|
|
"path": "src/plugins/telemetry_management_section/public/components/opt_in_example_flyout.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "telemetryManagementSection",
|
|
"id": "def-public.OptInExampleFlyout.render",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "render",
|
|
"description": [],
|
|
"signature": [
|
|
"() => JSX.Element"
|
|
],
|
|
"path": "src/plugins/telemetry_management_section/public/components/opt_in_example_flyout.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": []
|
|
},
|
|
"server": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": []
|
|
},
|
|
"common": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": []
|
|
}
|
|
} |