kibana/api_docs/kbn_shared_ux_prompt_not_found.devdocs.json

63 lines
No EOL
1.6 KiB
JSON

{
"id": "@kbn/shared-ux-prompt-not-found",
"client": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
},
"server": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
},
"common": {
"classes": [],
"functions": [
{
"parentPluginId": "@kbn/shared-ux-prompt-not-found",
"id": "def-common.NotFoundPrompt",
"type": "Function",
"tags": [],
"label": "NotFoundPrompt",
"description": [
"\nPredefined `EuiEmptyPrompt` for 404 pages."
],
"signature": [
"({ actions, title, body }: NotFoundProps) => JSX.Element"
],
"path": "packages/shared-ux/prompt/not_found/src/not_found_prompt.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/shared-ux-prompt-not-found",
"id": "def-common.NotFoundPrompt.$1",
"type": "Object",
"tags": [],
"label": "{ actions, title, body }",
"description": [],
"signature": [
"NotFoundProps"
],
"path": "packages/shared-ux/prompt/not_found/src/not_found_prompt.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
}
],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
}
}