mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
177 lines
No EOL
5 KiB
JSON
177 lines
No EOL
5 KiB
JSON
{
|
||
"id": "@kbn/transpose-utils",
|
||
"client": {
|
||
"classes": [],
|
||
"functions": [],
|
||
"interfaces": [],
|
||
"enums": [],
|
||
"misc": [],
|
||
"objects": []
|
||
},
|
||
"server": {
|
||
"classes": [],
|
||
"functions": [],
|
||
"interfaces": [],
|
||
"enums": [],
|
||
"misc": [],
|
||
"objects": []
|
||
},
|
||
"common": {
|
||
"classes": [],
|
||
"functions": [
|
||
{
|
||
"parentPluginId": "@kbn/transpose-utils",
|
||
"id": "def-common.getOriginalId",
|
||
"type": "Function",
|
||
"tags": [],
|
||
"label": "getOriginalId",
|
||
"description": [],
|
||
"signature": [
|
||
"(id: string) => string"
|
||
],
|
||
"path": "src/platform/packages/private/kbn-transpose-utils/index.ts",
|
||
"deprecated": false,
|
||
"trackAdoption": false,
|
||
"children": [
|
||
{
|
||
"parentPluginId": "@kbn/transpose-utils",
|
||
"id": "def-common.getOriginalId.$1",
|
||
"type": "string",
|
||
"tags": [],
|
||
"label": "id",
|
||
"description": [],
|
||
"signature": [
|
||
"string"
|
||
],
|
||
"path": "src/platform/packages/private/kbn-transpose-utils/index.ts",
|
||
"deprecated": false,
|
||
"trackAdoption": false,
|
||
"isRequired": true
|
||
}
|
||
],
|
||
"returnComment": [],
|
||
"initialIsOpen": false
|
||
},
|
||
{
|
||
"parentPluginId": "@kbn/transpose-utils",
|
||
"id": "def-common.getTransposeId",
|
||
"type": "Function",
|
||
"tags": [],
|
||
"label": "getTransposeId",
|
||
"description": [],
|
||
"signature": [
|
||
"(value: string, columnId: string) => string"
|
||
],
|
||
"path": "src/platform/packages/private/kbn-transpose-utils/index.ts",
|
||
"deprecated": false,
|
||
"trackAdoption": false,
|
||
"children": [
|
||
{
|
||
"parentPluginId": "@kbn/transpose-utils",
|
||
"id": "def-common.getTransposeId.$1",
|
||
"type": "string",
|
||
"tags": [],
|
||
"label": "value",
|
||
"description": [],
|
||
"signature": [
|
||
"string"
|
||
],
|
||
"path": "src/platform/packages/private/kbn-transpose-utils/index.ts",
|
||
"deprecated": false,
|
||
"trackAdoption": false,
|
||
"isRequired": true
|
||
},
|
||
{
|
||
"parentPluginId": "@kbn/transpose-utils",
|
||
"id": "def-common.getTransposeId.$2",
|
||
"type": "string",
|
||
"tags": [],
|
||
"label": "columnId",
|
||
"description": [],
|
||
"signature": [
|
||
"string"
|
||
],
|
||
"path": "src/platform/packages/private/kbn-transpose-utils/index.ts",
|
||
"deprecated": false,
|
||
"trackAdoption": false,
|
||
"isRequired": true
|
||
}
|
||
],
|
||
"returnComment": [],
|
||
"initialIsOpen": false
|
||
},
|
||
{
|
||
"parentPluginId": "@kbn/transpose-utils",
|
||
"id": "def-common.isTransposeId",
|
||
"type": "Function",
|
||
"tags": [],
|
||
"label": "isTransposeId",
|
||
"description": [],
|
||
"signature": [
|
||
"(id: string) => boolean"
|
||
],
|
||
"path": "src/platform/packages/private/kbn-transpose-utils/index.ts",
|
||
"deprecated": false,
|
||
"trackAdoption": false,
|
||
"children": [
|
||
{
|
||
"parentPluginId": "@kbn/transpose-utils",
|
||
"id": "def-common.isTransposeId.$1",
|
||
"type": "string",
|
||
"tags": [],
|
||
"label": "id",
|
||
"description": [],
|
||
"signature": [
|
||
"string"
|
||
],
|
||
"path": "src/platform/packages/private/kbn-transpose-utils/index.ts",
|
||
"deprecated": false,
|
||
"trackAdoption": false,
|
||
"isRequired": true
|
||
}
|
||
],
|
||
"returnComment": [],
|
||
"initialIsOpen": false
|
||
}
|
||
],
|
||
"interfaces": [],
|
||
"enums": [],
|
||
"misc": [
|
||
{
|
||
"parentPluginId": "@kbn/transpose-utils",
|
||
"id": "def-common.TRANSPOSE_SEPARATOR",
|
||
"type": "string",
|
||
"tags": [],
|
||
"label": "TRANSPOSE_SEPARATOR",
|
||
"description": [
|
||
"\nUsed to delimitate felids of a transposed column id"
|
||
],
|
||
"signature": [
|
||
"\"---\""
|
||
],
|
||
"path": "src/platform/packages/private/kbn-transpose-utils/index.ts",
|
||
"deprecated": false,
|
||
"trackAdoption": false,
|
||
"initialIsOpen": false
|
||
},
|
||
{
|
||
"parentPluginId": "@kbn/transpose-utils",
|
||
"id": "def-common.TRANSPOSE_VISUAL_SEPARATOR",
|
||
"type": "string",
|
||
"tags": [],
|
||
"label": "TRANSPOSE_VISUAL_SEPARATOR",
|
||
"description": [
|
||
"\nVisual deliminator between felids of a transposed column id\n\nMeant to align with the `MULTI_FIELD_KEY_SEPARATOR` from the data plugin"
|
||
],
|
||
"signature": [
|
||
"\"›\""
|
||
],
|
||
"path": "src/platform/packages/private/kbn-transpose-utils/index.ts",
|
||
"deprecated": false,
|
||
"trackAdoption": false,
|
||
"initialIsOpen": false
|
||
}
|
||
],
|
||
"objects": []
|
||
}
|
||
} |