kibana/api_docs/license_management.json
Stacey Gammon 87a5b22626
API DOCS Step 3/3 (#92929)
* update api_docs from gitignore

* api doc files

* Update api_welcome.mdx

* Pretty print json

* Add new lines and extra frontmatter to warn github viewers

* update api_docs with new lines and frontmatter

* Remove all apis tagged @internal and add tests

* Update docs with all internal APIs removed

* fix typescript error in test fixtures

* Update core.json

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-03-02 22:02:17 -05:00

72 lines
1.9 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,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/license_management/public/plugin.ts#L29"
}
}
],
"source": {
"path": "x-pack/plugins/license_management/public/plugin.ts",
"lineNumber": 28,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/license_management/public/plugin.ts#L28"
},
"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,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/license_management/public/plugin.ts#L31"
},
"signature": [
"void"
],
"lifecycle": "start",
"initialIsOpen": true
}
},
"server": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
},
"common": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
}
}