kibana/api_docs/license_management.json
Stacey Gammon 81fd64c838
Remove line numbers from the json files (#107158)
* Stop tracking line numbers

* Updated api docs

* Fix type error and update tests

* wrap label in encodeURIComponent for the links

* Update docs after encodeUriComponent change
2021-08-02 12:57:22 -04:00

66 lines
1.6 KiB
JSON

{
"id": "licenseManagement",
"client": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": [],
"setup": {
"parentPluginId": "licenseManagement",
"id": "def-public.LicenseManagementUIPluginSetup",
"type": "Interface",
"tags": [],
"label": "LicenseManagementUIPluginSetup",
"description": [],
"path": "x-pack/plugins/license_management/public/plugin.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "licenseManagement",
"id": "def-public.LicenseManagementUIPluginSetup.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"path": "x-pack/plugins/license_management/public/plugin.ts",
"deprecated": false
}
],
"lifecycle": "setup",
"initialIsOpen": true
},
"start": {
"parentPluginId": "licenseManagement",
"id": "def-public.LicenseManagementUIPluginStart",
"type": "Type",
"tags": [],
"label": "LicenseManagementUIPluginStart",
"description": [],
"signature": [
"void"
],
"path": "x-pack/plugins/license_management/public/plugin.ts",
"deprecated": false,
"lifecycle": "start",
"initialIsOpen": true
}
},
"server": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
},
"common": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
}
}