kibana/api_docs/license_management.json
Stacey Gammon d5ebbac4f7
Add support for building a deprecation list with usage (#99154)
* Add support for building a deprecation list with usage

* Update API docs
2021-05-06 15:29:47 -04:00

75 lines
1.8 KiB
JSON

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