mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
276 lines
No EOL
8.1 KiB
JSON
276 lines
No EOL
8.1 KiB
JSON
{
|
|
"id": "newsfeed",
|
|
"client": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [
|
|
{
|
|
"parentPluginId": "newsfeed",
|
|
"id": "def-public.FetchResult",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "FetchResult",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/newsfeed/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "newsfeed",
|
|
"id": "def-public.FetchResult.kibanaVersion",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "kibanaVersion",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/newsfeed/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "newsfeed",
|
|
"id": "def-public.FetchResult.hasNew",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "hasNew",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/newsfeed/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "newsfeed",
|
|
"id": "def-public.FetchResult.feedItems",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "feedItems",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "newsfeed",
|
|
"scope": "public",
|
|
"docId": "kibNewsfeedPluginApi",
|
|
"section": "def-public.NewsfeedItem",
|
|
"text": "NewsfeedItem"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "src/platform/plugins/shared/newsfeed/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "newsfeed",
|
|
"id": "def-public.FetchResult.error",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "error",
|
|
"description": [],
|
|
"signature": [
|
|
"Error | null"
|
|
],
|
|
"path": "src/platform/plugins/shared/newsfeed/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "newsfeed",
|
|
"id": "def-public.NewsfeedItem",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "NewsfeedItem",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/newsfeed/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "newsfeed",
|
|
"id": "def-public.NewsfeedItem.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/newsfeed/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "newsfeed",
|
|
"id": "def-public.NewsfeedItem.description",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "description",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/newsfeed/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "newsfeed",
|
|
"id": "def-public.NewsfeedItem.linkText",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "linkText",
|
|
"description": [],
|
|
"signature": [
|
|
"string | null"
|
|
],
|
|
"path": "src/platform/plugins/shared/newsfeed/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "newsfeed",
|
|
"id": "def-public.NewsfeedItem.linkUrl",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "linkUrl",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/newsfeed/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "newsfeed",
|
|
"id": "def-public.NewsfeedItem.badge",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "badge",
|
|
"description": [],
|
|
"signature": [
|
|
"string | null"
|
|
],
|
|
"path": "src/platform/plugins/shared/newsfeed/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "newsfeed",
|
|
"id": "def-public.NewsfeedItem.publishOn",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "publishOn",
|
|
"description": [],
|
|
"signature": [
|
|
"moment.Moment"
|
|
],
|
|
"path": "src/platform/plugins/shared/newsfeed/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "newsfeed",
|
|
"id": "def-public.NewsfeedItem.expireOn",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "expireOn",
|
|
"description": [],
|
|
"signature": [
|
|
"moment.Moment"
|
|
],
|
|
"path": "src/platform/plugins/shared/newsfeed/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "newsfeed",
|
|
"id": "def-public.NewsfeedItem.hash",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "hash",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/newsfeed/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"enums": [
|
|
{
|
|
"parentPluginId": "newsfeed",
|
|
"id": "def-public.NewsfeedApiEndpoint",
|
|
"type": "Enum",
|
|
"tags": [],
|
|
"label": "NewsfeedApiEndpoint",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/newsfeed/public/lib/api.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"misc": [],
|
|
"objects": [],
|
|
"setup": {
|
|
"parentPluginId": "newsfeed",
|
|
"id": "def-public.NewsfeedPublicPluginSetup",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "NewsfeedPublicPluginSetup",
|
|
"description": [],
|
|
"signature": [
|
|
"{}"
|
|
],
|
|
"path": "src/platform/plugins/shared/newsfeed/public/plugin.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"lifecycle": "setup",
|
|
"initialIsOpen": true
|
|
},
|
|
"start": {
|
|
"parentPluginId": "newsfeed",
|
|
"id": "def-public.NewsfeedPublicPluginStart",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "NewsfeedPublicPluginStart",
|
|
"description": [],
|
|
"signature": [
|
|
"{ createNewsFeed$: (endpoint: ",
|
|
{
|
|
"pluginId": "newsfeed",
|
|
"scope": "public",
|
|
"docId": "kibNewsfeedPluginApi",
|
|
"section": "def-public.NewsfeedApiEndpoint",
|
|
"text": "NewsfeedApiEndpoint"
|
|
},
|
|
") => ",
|
|
"Observable",
|
|
"<void | ",
|
|
{
|
|
"pluginId": "newsfeed",
|
|
"scope": "public",
|
|
"docId": "kibNewsfeedPluginApi",
|
|
"section": "def-public.FetchResult",
|
|
"text": "FetchResult"
|
|
},
|
|
" | null>; }"
|
|
],
|
|
"path": "src/platform/plugins/shared/newsfeed/public/plugin.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"lifecycle": "start",
|
|
"initialIsOpen": true
|
|
}
|
|
},
|
|
"server": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": []
|
|
},
|
|
"common": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": []
|
|
}
|
|
} |