mirror of
https://github.com/elastic/kibana.git
synced 2025-04-18 23:21:39 -04:00
720 lines
No EOL
26 KiB
JSON
720 lines
No EOL
26 KiB
JSON
{
|
|
"id": "@kbn/guided-onboarding",
|
|
"client": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": []
|
|
},
|
|
"server": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": []
|
|
},
|
|
"common": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [
|
|
{
|
|
"parentPluginId": "@kbn/guided-onboarding",
|
|
"id": "def-common.GuideConfig",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "GuideConfig",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-guided-onboarding/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/guided-onboarding",
|
|
"id": "def-common.GuideConfig.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-guided-onboarding/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/guided-onboarding",
|
|
"id": "def-common.GuideConfig.description",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "description",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-guided-onboarding/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/guided-onboarding",
|
|
"id": "def-common.GuideConfig.guideName",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "guideName",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-guided-onboarding/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/guided-onboarding",
|
|
"id": "def-common.GuideConfig.telemetryId",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "telemetryId",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-guided-onboarding/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/guided-onboarding",
|
|
"id": "def-common.GuideConfig.docs",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "docs",
|
|
"description": [],
|
|
"signature": [
|
|
"{ text: string; url: string; } | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-guided-onboarding/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/guided-onboarding",
|
|
"id": "def-common.GuideConfig.completedGuideRedirectLocation",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "completedGuideRedirectLocation",
|
|
"description": [],
|
|
"signature": [
|
|
"{ appID: string; path: string; } | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-guided-onboarding/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/guided-onboarding",
|
|
"id": "def-common.GuideConfig.steps",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "steps",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/guided-onboarding",
|
|
"scope": "common",
|
|
"docId": "kibKbnGuidedOnboardingPluginApi",
|
|
"section": "def-common.StepConfig",
|
|
"text": "StepConfig"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-guided-onboarding/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/guided-onboarding",
|
|
"id": "def-common.GuideState",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "GuideState",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-guided-onboarding/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/guided-onboarding",
|
|
"id": "def-common.GuideState.guideId",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "guideId",
|
|
"description": [],
|
|
"signature": [
|
|
"\"siem\" | \"kubernetes\" | \"websiteSearch\" | \"databaseSearch\" | \"testGuide\""
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-guided-onboarding/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/guided-onboarding",
|
|
"id": "def-common.GuideState.status",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "status",
|
|
"description": [],
|
|
"signature": [
|
|
"\"complete\" | \"not_started\" | \"in_progress\" | \"ready_to_complete\""
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-guided-onboarding/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/guided-onboarding",
|
|
"id": "def-common.GuideState.isActive",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "isActive",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-guided-onboarding/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/guided-onboarding",
|
|
"id": "def-common.GuideState.steps",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "steps",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/guided-onboarding",
|
|
"scope": "common",
|
|
"docId": "kibKbnGuidedOnboardingPluginApi",
|
|
"section": "def-common.GuideStep",
|
|
"text": "GuideStep"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-guided-onboarding/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/guided-onboarding",
|
|
"id": "def-common.GuideState.params",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "params",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/guided-onboarding",
|
|
"scope": "common",
|
|
"docId": "kibKbnGuidedOnboardingPluginApi",
|
|
"section": "def-common.GuideParams",
|
|
"text": "GuideParams"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-guided-onboarding/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/guided-onboarding",
|
|
"id": "def-common.GuideStep",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "GuideStep",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-guided-onboarding/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/guided-onboarding",
|
|
"id": "def-common.GuideStep.id",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [],
|
|
"signature": [
|
|
"\"rules\" | \"add_data\" | \"view_dashboard\" | \"tour_observability\" | \"alertsCases\" | \"search_experience\" | \"step1\" | \"step2\" | \"step3\" | \"step4\""
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-guided-onboarding/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/guided-onboarding",
|
|
"id": "def-common.GuideStep.status",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "status",
|
|
"description": [],
|
|
"signature": [
|
|
"\"complete\" | \"active\" | \"inactive\" | \"in_progress\" | \"ready_to_complete\""
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-guided-onboarding/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/guided-onboarding",
|
|
"id": "def-common.StepConfig",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "StepConfig",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-guided-onboarding/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/guided-onboarding",
|
|
"id": "def-common.StepConfig.id",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [],
|
|
"signature": [
|
|
"\"rules\" | \"add_data\" | \"view_dashboard\" | \"tour_observability\" | \"alertsCases\" | \"search_experience\" | \"step1\" | \"step2\" | \"step3\" | \"step4\""
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-guided-onboarding/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/guided-onboarding",
|
|
"id": "def-common.StepConfig.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-guided-onboarding/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/guided-onboarding",
|
|
"id": "def-common.StepConfig.description",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "description",
|
|
"description": [],
|
|
"signature": [
|
|
"string | ",
|
|
{
|
|
"pluginId": "@kbn/guided-onboarding",
|
|
"scope": "common",
|
|
"docId": "kibKbnGuidedOnboardingPluginApi",
|
|
"section": "def-common.StepDescriptionWithLink",
|
|
"text": "StepDescriptionWithLink"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-guided-onboarding/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/guided-onboarding",
|
|
"id": "def-common.StepConfig.descriptionList",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "descriptionList",
|
|
"description": [],
|
|
"signature": [
|
|
"(string | ",
|
|
{
|
|
"pluginId": "@kbn/guided-onboarding",
|
|
"scope": "common",
|
|
"docId": "kibKbnGuidedOnboardingPluginApi",
|
|
"section": "def-common.StepDescriptionWithLink",
|
|
"text": "StepDescriptionWithLink"
|
|
},
|
|
")[] | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-guided-onboarding/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/guided-onboarding",
|
|
"id": "def-common.StepConfig.location",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "location",
|
|
"description": [],
|
|
"signature": [
|
|
"{ appID: string; path: string; } | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-guided-onboarding/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/guided-onboarding",
|
|
"id": "def-common.StepConfig.status",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "status",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/guided-onboarding",
|
|
"scope": "common",
|
|
"docId": "kibKbnGuidedOnboardingPluginApi",
|
|
"section": "def-common.StepStatus",
|
|
"text": "StepStatus"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-guided-onboarding/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/guided-onboarding",
|
|
"id": "def-common.StepConfig.integration",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "integration",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-guided-onboarding/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/guided-onboarding",
|
|
"id": "def-common.StepConfig.manualCompletion",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "manualCompletion",
|
|
"description": [],
|
|
"signature": [
|
|
"{ title: string; description: string; readyToCompleteOnNavigation?: boolean | undefined; } | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-guided-onboarding/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/guided-onboarding",
|
|
"id": "def-common.StepDescriptionWithLink",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "StepDescriptionWithLink",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-guided-onboarding/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/guided-onboarding",
|
|
"id": "def-common.StepDescriptionWithLink.descriptionText",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "descriptionText",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-guided-onboarding/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/guided-onboarding",
|
|
"id": "def-common.StepDescriptionWithLink.linkText",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "linkText",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-guided-onboarding/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/guided-onboarding",
|
|
"id": "def-common.StepDescriptionWithLink.linkUrl",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "linkUrl",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-guided-onboarding/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/guided-onboarding",
|
|
"id": "def-common.StepDescriptionWithLink.isLinkExternal",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "isLinkExternal",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-guided-onboarding/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"enums": [],
|
|
"misc": [
|
|
{
|
|
"parentPluginId": "@kbn/guided-onboarding",
|
|
"id": "def-common.GuideId",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "GuideId",
|
|
"description": [],
|
|
"signature": [
|
|
"\"siem\" | \"kubernetes\" | \"websiteSearch\" | \"databaseSearch\" | \"testGuide\""
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-guided-onboarding/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/guided-onboarding",
|
|
"id": "def-common.GuideParams",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "GuideParams",
|
|
"description": [],
|
|
"signature": [
|
|
"{ [x: string]: string; }"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-guided-onboarding/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/guided-onboarding",
|
|
"id": "def-common.GuideStatus",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "GuideStatus",
|
|
"description": [
|
|
"\nAllowed states for a guide:\n not_started: Guide has not been started\n in_progress: At least one step in the guide has been started\n ready_to_complete: All steps have been completed, but the \"Continue using Elastic\" button has not been clicked\n complete: All steps and the guide have been completed"
|
|
],
|
|
"signature": [
|
|
"\"complete\" | \"not_started\" | \"in_progress\" | \"ready_to_complete\""
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-guided-onboarding/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/guided-onboarding",
|
|
"id": "def-common.GuideStepIds",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "GuideStepIds",
|
|
"description": [],
|
|
"signature": [
|
|
"\"rules\" | \"add_data\" | \"view_dashboard\" | \"tour_observability\" | \"alertsCases\" | \"search_experience\" | \"step1\" | \"step2\" | \"step3\" | \"step4\""
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-guided-onboarding/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/guided-onboarding",
|
|
"id": "def-common.StepStatus",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "StepStatus",
|
|
"description": [
|
|
"\nAllowed states for each step in a guide:\n inactive: Step has not started\n active: Step is ready to start (i.e., the guide has been started)\n in_progress: Step has been started and is in progress\n ready_to_complete: Step can be manually completed\n complete: Step has been completed"
|
|
],
|
|
"signature": [
|
|
"\"complete\" | \"active\" | \"inactive\" | \"in_progress\" | \"ready_to_complete\""
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-guided-onboarding/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/guided-onboarding",
|
|
"id": "def-common.testGuideId",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "testGuideId",
|
|
"description": [],
|
|
"signature": [
|
|
"\"siem\" | \"kubernetes\" | \"websiteSearch\" | \"databaseSearch\" | \"testGuide\""
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-guided-onboarding/src/common/test_guide_config.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"objects": [
|
|
{
|
|
"parentPluginId": "@kbn/guided-onboarding",
|
|
"id": "def-common.testGuideConfig",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "testGuideConfig",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-guided-onboarding/src/common/test_guide_config.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/guided-onboarding",
|
|
"id": "def-common.testGuideConfig.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-guided-onboarding/src/common/test_guide_config.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/guided-onboarding",
|
|
"id": "def-common.testGuideConfig.description",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "description",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-guided-onboarding/src/common/test_guide_config.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/guided-onboarding",
|
|
"id": "def-common.testGuideConfig.guideName",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "guideName",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-guided-onboarding/src/common/test_guide_config.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/guided-onboarding",
|
|
"id": "def-common.testGuideConfig.telemetryId",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "telemetryId",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-guided-onboarding/src/common/test_guide_config.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/guided-onboarding",
|
|
"id": "def-common.testGuideConfig.completedGuideRedirectLocation",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "completedGuideRedirectLocation",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-guided-onboarding/src/common/test_guide_config.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/guided-onboarding",
|
|
"id": "def-common.testGuideConfig.completedGuideRedirectLocation.appID",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "appID",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-guided-onboarding/src/common/test_guide_config.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/guided-onboarding",
|
|
"id": "def-common.testGuideConfig.completedGuideRedirectLocation.path",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "path",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-guided-onboarding/src/common/test_guide_config.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/guided-onboarding",
|
|
"id": "def-common.testGuideConfig.docs",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "docs",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-guided-onboarding/src/common/test_guide_config.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/guided-onboarding",
|
|
"id": "def-common.testGuideConfig.docs.text",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "text",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-guided-onboarding/src/common/test_guide_config.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/guided-onboarding",
|
|
"id": "def-common.testGuideConfig.docs.url",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "url",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-guided-onboarding/src/common/test_guide_config.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/guided-onboarding",
|
|
"id": "def-common.testGuideConfig.steps",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "steps",
|
|
"description": [],
|
|
"signature": [
|
|
"({ id: \"step1\"; title: string; descriptionList: string[]; location: { appID: string; path: string; }; integration: string; } | { id: \"step2\"; title: string; descriptionList: (string | { descriptionText: string; linkText: string; linkUrl: string; isLinkExternal: true; })[]; location: { appID: string; path: string; }; manualCompletion: { title: string; description: string; readyToCompleteOnNavigation: true; }; } | { id: \"step3\"; title: string; description: string; manualCompletion: { title: string; description: string; }; location: { appID: string; path: string; }; } | { id: \"step4\"; title: string; description: string; location: { appID: string; path: string; }; })[]"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-guided-onboarding/src/common/test_guide_config.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
]
|
|
}
|
|
} |