kibana/api_docs/vis_type_timelion.json
Stratoula Kalafateli 40e0ce8772
Move to vis_types folder part 3 (#112084) (#112243)
* Move to vis_types folder part 3

* Fix jest tests
# Conflicts:
#	.github/CODEOWNERS
#	.i18nrc.json
#	api_docs/data.json
#	api_docs/vis_type_timelion.json
2021-09-15 10:17:34 -04:00

62 lines
1.8 KiB
JSON

{
"id": "visTypeTimelion",
"client": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": [],
"start": {
"parentPluginId": "visTypeTimelion",
"id": "def-public.VisTypeTimelionPluginStart",
"type": "Interface",
"tags": [],
"label": "VisTypeTimelionPluginStart",
"description": [],
"path": "src/plugins/vis_types/timelion/public/plugin.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "visTypeTimelion",
"id": "def-public.VisTypeTimelionPluginStart.getArgValueSuggestions",
"type": "Function",
"tags": [],
"label": "getArgValueSuggestions",
"description": [],
"signature": [
"() => { hasDynamicSuggestionsForArgument: (functionName: string, argName: string) => any; getDynamicSuggestionsForArgument: (functionName: string, argName: string, functionArgs: ",
"TimelionExpressionArgument",
"[], partialInput?: string) => Promise<any>; getStaticSuggestionsForInput: (partialInput?: string, staticSuggestions?: ",
"TimelionFunctionArgsSuggestion",
"[] | undefined) => ",
"TimelionFunctionArgsSuggestion",
"[]; }"
],
"path": "src/plugins/vis_types/timelion/public/plugin.ts",
"deprecated": false,
"returnComment": [],
"children": []
}
],
"lifecycle": "start",
"initialIsOpen": true
}
},
"server": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
},
"common": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
}
}