kibana/api_docs/timelines.json
Stacey Gammon 0a2799d09d
Track API stats as part of ci (#95733) (#97306)
* Track stats and add extra output information

* Update api docs output

* Clean up id names

* update api docs

* Consolidate error messages and fix a bug

* Update docs

* Update get_declaration_nodes_for_plugin.ts

* Fix bug with removeBrokenLinks not being recursive

* Update docs

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
# Conflicts:
#	api_docs/data.json
#	api_docs/data_index_patterns.json
#	api_docs/data_search.json
#	api_docs/reporting.json
2021-04-15 16:47:21 -04:00

119 lines
No EOL
2.9 KiB
JSON

{
"id": "timelines",
"client": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": [],
"setup": {
"id": "def-public.TimelinesPluginSetup",
"type": "Interface",
"label": "TimelinesPluginSetup",
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-public.TimelinesPluginSetup.getTimeline",
"type": "Function",
"label": "getTimeline",
"description": [],
"source": {
"path": "x-pack/plugins/timelines/public/types.ts",
"lineNumber": 11
},
"signature": [
"((props: ",
"TimelineProps",
") => React.ReactElement<",
"TimelineProps",
", string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>) | undefined"
]
}
],
"source": {
"path": "x-pack/plugins/timelines/public/types.ts",
"lineNumber": 10
},
"lifecycle": "setup",
"initialIsOpen": true
}
},
"server": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": [],
"setup": {
"id": "def-server.TimelinesPluginSetup",
"type": "Interface",
"label": "TimelinesPluginSetup",
"description": [],
"tags": [],
"children": [],
"source": {
"path": "x-pack/plugins/timelines/server/types.ts",
"lineNumber": 9
},
"lifecycle": "setup",
"initialIsOpen": true
},
"start": {
"id": "def-server.TimelinesPluginStart",
"type": "Interface",
"label": "TimelinesPluginStart",
"description": [],
"tags": [],
"children": [],
"source": {
"path": "x-pack/plugins/timelines/server/types.ts",
"lineNumber": 11
},
"lifecycle": "start",
"initialIsOpen": true
}
},
"common": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [
{
"tags": [],
"id": "def-common.PLUGIN_ID",
"type": "string",
"label": "PLUGIN_ID",
"description": [],
"source": {
"path": "x-pack/plugins/timelines/common/index.ts",
"lineNumber": 8
},
"signature": [
"\"timelines\""
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.PLUGIN_NAME",
"type": "string",
"label": "PLUGIN_NAME",
"description": [],
"source": {
"path": "x-pack/plugins/timelines/common/index.ts",
"lineNumber": 9
},
"signature": [
"\"timelines\""
],
"initialIsOpen": false
}
],
"objects": []
}
}