mirror of
https://github.com/elastic/kibana.git
synced 2025-04-18 23:21:39 -04:00
61 lines
No EOL
1.7 KiB
JSON
61 lines
No EOL
1.7 KiB
JSON
{
|
|
"id": "@kbn/code-editor-mock",
|
|
"client": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": []
|
|
},
|
|
"server": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": []
|
|
},
|
|
"common": {
|
|
"classes": [],
|
|
"functions": [
|
|
{
|
|
"parentPluginId": "@kbn/code-editor-mock",
|
|
"id": "def-common.MockedCodeEditor",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "MockedCodeEditor",
|
|
"description": [],
|
|
"signature": [
|
|
"(props: Omit<any, \"className\"> & { className?: string | undefined; \"data-test-subj\"?: string | undefined; }) => React.JSX.Element"
|
|
],
|
|
"path": "src/platform/packages/shared/shared-ux/code_editor/mocks/code_editor_mock.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/code-editor-mock",
|
|
"id": "def-common.MockedCodeEditor.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "props",
|
|
"description": [],
|
|
"signature": [
|
|
"Omit<any, \"className\"> & { className?: string | undefined; \"data-test-subj\"?: string | undefined; }"
|
|
],
|
|
"path": "src/platform/packages/shared/shared-ux/code_editor/mocks/code_editor_mock.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": []
|
|
}
|
|
} |