kibana/api_docs/license_management.json
Stacey Gammon cecdcc538e
API docs clean up (#93508)
* Fix links to github

* Fix links to github

* Update docs to latest

* Sort, remove unneccessary path info, reduce tags

* Go back to having DocDef create the link to avoid backport conflicts

* update api docs
2021-03-05 20:12:28 -05:00

69 lines
1.5 KiB
JSON

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