schlechtenburg/docs/api.json

13896 lines
373 KiB
JSON

{
"id": 0,
"name": "schlechtenburg",
"kind": 1,
"flags": {},
"originalName": "",
"children": [
{
"id": 1,
"name": "@schlechtenburg/core",
"kind": 2,
"kindString": "Module",
"flags": {},
"children": [
{
"id": 414,
"name": "SbMode",
"kind": 8,
"kindString": "Enumeration",
"flags": {},
"comment": {
"shortText": "The mode the Schlechtenburg editor is currently in"
},
"children": [
{
"id": 415,
"name": "Edit",
"kind": 16,
"kindString": "Enumeration member",
"flags": {},
"sources": [
{
"fileName": "core/lib/mode.ts",
"line": 5,
"character": 2
}
],
"defaultValue": "\"edit\""
},
{
"id": 416,
"name": "View",
"kind": 16,
"kindString": "Enumeration member",
"flags": {},
"sources": [
{
"fileName": "core/lib/mode.ts",
"line": 6,
"character": 2
}
],
"defaultValue": "\"view\""
}
],
"groups": [
{
"title": "Enumeration members",
"kind": 16,
"children": [
415,
416
]
}
],
"sources": [
{
"fileName": "core/lib/mode.ts",
"line": 4,
"character": 12
}
]
},
{
"id": 423,
"name": "IBlockData",
"kind": 256,
"kindString": "Interface",
"flags": {},
"comment": {
"shortText": "Schlechtenburg inputs and outputs a plain JS Object that can be JSON stringified. This is the\ninterface type for that data structure. `T` will be the data type of the specific block being",
"tags": [
{
"tag": "see",
"text": "SbMain\n"
}
]
},
"children": [
{
"id": 426,
"name": "data",
"kind": 1024,
"kindString": "Property",
"flags": {},
"sources": [
{
"fileName": "core/lib/types.ts",
"line": 25,
"character": 2
}
],
"type": {
"type": "reference",
"id": 427,
"name": "T"
}
},
{
"id": 424,
"name": "id",
"kind": 1024,
"kindString": "Property",
"flags": {},
"sources": [
{
"fileName": "core/lib/types.ts",
"line": 23,
"character": 2
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 425,
"name": "name",
"kind": 1024,
"kindString": "Property",
"flags": {},
"sources": [
{
"fileName": "core/lib/types.ts",
"line": 24,
"character": 2
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
426,
424,
425
]
}
],
"sources": [
{
"fileName": "core/lib/types.ts",
"line": 22,
"character": 17
}
],
"typeParameter": [
{
"id": 427,
"name": "T",
"kind": 131072,
"kindString": "Type parameter",
"flags": {}
}
]
},
{
"id": 464,
"name": "IBlockDefinition",
"kind": 256,
"kindString": "Interface",
"flags": {},
"comment": {
"shortText": "Any Block that you create",
"tags": [
{
"tag": "see",
"text": "IBlockProps\n"
}
]
},
"children": [
{
"id": 468,
"name": "edit",
"kind": 1024,
"kindString": "Property",
"flags": {},
"sources": [
{
"fileName": "core/lib/types.ts",
"line": 161,
"character": 2
}
],
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 454,
"typeArguments": [
{
"type": "reference",
"id": 470,
"name": "T"
}
],
"name": "IBlockProps"
},
{
"type": "intrinsic",
"name": "any"
},
{
"type": "intrinsic",
"name": "any"
},
{
"type": "reference",
"qualifiedName": "ComputedOptions",
"package": "@vue/runtime-core",
"name": "ComputedOptions"
},
{
"type": "reference",
"qualifiedName": "MethodOptions",
"package": "@vue/runtime-core",
"name": "MethodOptions"
}
],
"qualifiedName": "Component",
"package": "@vue/runtime-core",
"name": "Component"
}
},
{
"id": 467,
"name": "getDefaultData",
"kind": 1024,
"kindString": "Property",
"flags": {},
"sources": [
{
"fileName": "core/lib/types.ts",
"line": 160,
"character": 2
}
],
"type": {
"type": "reference",
"id": 470,
"name": "T"
}
},
{
"id": 466,
"name": "icon",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "core/lib/types.ts",
"line": 159,
"character": 2
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 465,
"name": "name",
"kind": 1024,
"kindString": "Property",
"flags": {},
"sources": [
{
"fileName": "core/lib/types.ts",
"line": 158,
"character": 2
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 469,
"name": "view",
"kind": 1024,
"kindString": "Property",
"flags": {},
"sources": [
{
"fileName": "core/lib/types.ts",
"line": 162,
"character": 2
}
],
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 454,
"typeArguments": [
{
"type": "reference",
"id": 470,
"name": "T"
}
],
"name": "IBlockProps"
},
{
"type": "intrinsic",
"name": "any"
},
{
"type": "intrinsic",
"name": "any"
},
{
"type": "reference",
"qualifiedName": "ComputedOptions",
"package": "@vue/runtime-core",
"name": "ComputedOptions"
},
{
"type": "reference",
"qualifiedName": "MethodOptions",
"package": "@vue/runtime-core",
"name": "MethodOptions"
}
],
"qualifiedName": "Component",
"package": "@vue/runtime-core",
"name": "Component"
}
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
468,
467,
466,
465,
469
]
}
],
"sources": [
{
"fileName": "core/lib/types.ts",
"line": 157,
"character": 17
}
],
"typeParameter": [
{
"id": 470,
"name": "T",
"kind": 131072,
"kindString": "Type parameter",
"flags": {}
}
]
},
{
"id": 471,
"name": "IBlockLibrary",
"kind": 256,
"kindString": "Interface",
"flags": {},
"comment": {
"shortText": "Schlechtenburg maintains a library of blocks that are available",
"tags": [
{
"tag": "internal",
"text": "\n"
}
]
},
"sources": [
{
"fileName": "core/lib/types.ts",
"line": 170,
"character": 17
}
],
"indexSignature": {
"id": 472,
"name": "__index",
"kind": 8192,
"kindString": "Index signature",
"flags": {},
"parameters": [
{
"id": 473,
"name": "name",
"kind": 32768,
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
}
],
"type": {
"type": "reference",
"id": 464,
"typeArguments": [
{
"type": "intrinsic",
"name": "any"
}
],
"name": "IBlockDefinition"
}
}
},
{
"id": 454,
"name": "IBlockProps",
"kind": 256,
"kindString": "Interface",
"flags": {},
"comment": {
"shortText": "Any Block that you create",
"tags": [
{
"tag": "see",
"text": "IBlockDefinition\n"
}
]
},
"children": [
{
"id": 455,
"name": "blockId",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "core/lib/types.ts",
"line": 142,
"character": 2
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 456,
"name": "data",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "core/lib/types.ts",
"line": 143,
"character": 2
}
],
"type": {
"type": "reference",
"id": 463,
"name": "T"
}
},
{
"id": 461,
"name": "onActivateNext",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "core/lib/types.ts",
"line": 148,
"character": 2
}
],
"type": {
"type": "reference",
"id": 451,
"name": "OnActivateNextCb"
}
},
{
"id": 462,
"name": "onActivatePrevious",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "core/lib/types.ts",
"line": 149,
"character": 2
}
],
"type": {
"type": "reference",
"id": 448,
"name": "OnActivatePreviousCb"
}
},
{
"id": 459,
"name": "onAppendBlock",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "core/lib/types.ts",
"line": 146,
"character": 2
}
],
"type": {
"type": "reference",
"id": 441,
"name": "OnAppendBlockCb"
}
},
{
"id": 458,
"name": "onPrependBlock",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "core/lib/types.ts",
"line": 145,
"character": 2
}
],
"type": {
"type": "reference",
"id": 437,
"name": "OnPrependBlockCb"
}
},
{
"id": 460,
"name": "onRemoveSelf",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "core/lib/types.ts",
"line": 147,
"character": 2
}
],
"type": {
"type": "reference",
"id": 445,
"name": "OnRemoveSelfCb"
}
},
{
"id": 457,
"name": "onUpdate",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "core/lib/types.ts",
"line": 144,
"character": 2
}
],
"type": {
"type": "reference",
"id": 432,
"typeArguments": [
{
"type": "reference",
"id": 463,
"name": "T"
}
],
"name": "OnUpdateSelfCb"
}
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
455,
456,
461,
462,
459,
458,
460,
457
]
}
],
"sources": [
{
"fileName": "core/lib/types.ts",
"line": 141,
"character": 17
}
],
"typeParameter": [
{
"id": 463,
"name": "T",
"kind": 131072,
"kindString": "Type parameter",
"flags": {}
}
]
},
{
"id": 536,
"name": "ISbMainProps",
"kind": 256,
"kindString": "Interface",
"flags": {},
"children": [
{
"id": 537,
"name": "availableBlocks",
"kind": 1024,
"kindString": "Property",
"flags": {},
"sources": [
{
"fileName": "core/lib/components/Main.tsx",
"line": 33,
"character": 2
}
],
"type": {
"type": "array",
"elementType": {
"type": "reference",
"id": 464,
"typeArguments": [
{
"type": "intrinsic",
"name": "any"
}
],
"name": "IBlockDefinition"
}
}
},
{
"id": 538,
"name": "block",
"kind": 1024,
"kindString": "Property",
"flags": {},
"sources": [
{
"fileName": "core/lib/components/Main.tsx",
"line": 34,
"character": 2
}
],
"type": {
"type": "reference",
"id": 423,
"typeArguments": [
{
"type": "intrinsic",
"name": "any"
}
],
"name": "IBlockData"
}
},
{
"id": 540,
"name": "mode",
"kind": 1024,
"kindString": "Property",
"flags": {},
"sources": [
{
"fileName": "core/lib/components/Main.tsx",
"line": 36,
"character": 2
}
],
"type": {
"type": "reference",
"id": 414,
"name": "SbMode"
}
},
{
"id": 539,
"name": "onUpdate",
"kind": 1024,
"kindString": "Property",
"flags": {},
"sources": [
{
"fileName": "core/lib/components/Main.tsx",
"line": 35,
"character": 2
}
],
"type": {
"type": "reference",
"id": 428,
"name": "OnUpdateBlockCb"
}
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
537,
538,
540,
539
]
}
],
"sources": [
{
"fileName": "core/lib/components/Main.tsx",
"line": 32,
"character": 17
}
]
},
{
"id": 418,
"name": "ITreeNode",
"kind": 256,
"kindString": "Interface",
"flags": {},
"comment": {
"shortText": "Schlechtenburg keeps track of the rendered block tree.\nThis is useful for e.g. the tree select component in the editor header.",
"tags": [
{
"tag": "internal",
"text": "\n"
}
]
},
"children": [
{
"id": 422,
"name": "children",
"kind": 1024,
"kindString": "Property",
"flags": {},
"sources": [
{
"fileName": "core/lib/types.ts",
"line": 13,
"character": 2
}
],
"type": {
"type": "array",
"elementType": {
"type": "reference",
"id": 418,
"name": "ITreeNode"
}
}
},
{
"id": 421,
"name": "icon",
"kind": 1024,
"kindString": "Property",
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "core/lib/types.ts",
"line": 12,
"character": 2
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 419,
"name": "id",
"kind": 1024,
"kindString": "Property",
"flags": {},
"sources": [
{
"fileName": "core/lib/types.ts",
"line": 10,
"character": 2
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 420,
"name": "name",
"kind": 1024,
"kindString": "Property",
"flags": {},
"sources": [
{
"fileName": "core/lib/types.ts",
"line": 11,
"character": 2
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
422,
421,
419,
420
]
}
],
"sources": [
{
"fileName": "core/lib/types.ts",
"line": 9,
"character": 17
}
]
},
{
"id": 451,
"name": "OnActivateNextCb",
"kind": 4194304,
"kindString": "Type alias",
"flags": {},
"sources": [
{
"fileName": "core/lib/types.ts",
"line": 134,
"character": 12
}
],
"type": {
"type": "reflection",
"declaration": {
"id": 452,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"sources": [
{
"fileName": "core/lib/types.ts",
"line": 134,
"character": 32
}
],
"signatures": [
{
"id": 453,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "Callback type for activating the next block.",
"text": "```\nprops: {\n onActivateNext: {\n type: (null as unknown) as PropType<OnActivateNextCb>,\n default: () => {},\n },\n}\n```\n",
"tags": [
{
"tag": "see",
"text": "SbBlock\n"
}
]
},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
}
},
{
"id": 448,
"name": "OnActivatePreviousCb",
"kind": 4194304,
"kindString": "Type alias",
"flags": {},
"sources": [
{
"fileName": "core/lib/types.ts",
"line": 118,
"character": 12
}
],
"type": {
"type": "reflection",
"declaration": {
"id": 449,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"sources": [
{
"fileName": "core/lib/types.ts",
"line": 118,
"character": 36
}
],
"signatures": [
{
"id": 450,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "Callback type for activating the previous block.",
"text": "```\nprops: {\n onActivatePrevious: {\n type: (null as unknown) as PropType<OnActivatePreviousCb>,\n default: () => {},\n },\n}\n```\n",
"tags": [
{
"tag": "see",
"text": "SbBlock\n"
}
]
},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
}
},
{
"id": 441,
"name": "OnAppendBlockCb",
"kind": 4194304,
"kindString": "Type alias",
"flags": {},
"sources": [
{
"fileName": "core/lib/types.ts",
"line": 86,
"character": 12
}
],
"type": {
"type": "reflection",
"declaration": {
"id": 442,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"sources": [
{
"fileName": "core/lib/types.ts",
"line": 86,
"character": 31
}
],
"signatures": [
{
"id": 443,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "Callback type for sending blocks that should be appended as a sibling after the current block",
"text": "```\nprops: {\n onAppendBlock: {\n type: (null as unknown) as PropType<OnAppendBlockCb<IComponentToBeAppendedData>>,\n default: () => {},\n },\n}\n```\n",
"tags": [
{
"tag": "see",
"text": "SbBlock\n"
}
]
},
"parameters": [
{
"id": 444,
"name": "block",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "reference",
"id": 423,
"typeArguments": [
{
"type": "intrinsic",
"name": "any"
}
],
"name": "IBlockData"
}
}
],
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
}
},
{
"id": 437,
"name": "OnPrependBlockCb",
"kind": 4194304,
"kindString": "Type alias",
"flags": {},
"sources": [
{
"fileName": "core/lib/types.ts",
"line": 70,
"character": 12
}
],
"type": {
"type": "reflection",
"declaration": {
"id": 438,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"sources": [
{
"fileName": "core/lib/types.ts",
"line": 70,
"character": 32
}
],
"signatures": [
{
"id": 439,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "Callback type for sending blocks that should be prepended as a sibling before the current block",
"text": "```\nprops: {\n onPrependBlock: {\n type: (null as unknown) as PropType<OnPrependBlockCb<IComponentToBePrependedData>>,\n default: () => {},\n },\n}\n```\n",
"tags": [
{
"tag": "see",
"text": "SbBlock\n"
}
]
},
"parameters": [
{
"id": 440,
"name": "block",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "reference",
"id": 423,
"typeArguments": [
{
"type": "intrinsic",
"name": "any"
}
],
"name": "IBlockData"
}
}
],
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
}
},
{
"id": 445,
"name": "OnRemoveSelfCb",
"kind": 4194304,
"kindString": "Type alias",
"flags": {},
"sources": [
{
"fileName": "core/lib/types.ts",
"line": 102,
"character": 12
}
],
"type": {
"type": "reflection",
"declaration": {
"id": 446,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"sources": [
{
"fileName": "core/lib/types.ts",
"line": 102,
"character": 30
}
],
"signatures": [
{
"id": 447,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "Callback type for removing the current block.",
"text": "```\nprops: {\n onRemoveSelf: {\n type: (null as unknown) as PropType<OnRemoveSelfCb>,\n default: () => {},\n },\n}\n```\n",
"tags": [
{
"tag": "see",
"text": "SbBlock\n"
}
]
},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
}
},
{
"id": 428,
"name": "OnUpdateBlockCb",
"kind": 4194304,
"kindString": "Type alias",
"flags": {},
"sources": [
{
"fileName": "core/lib/types.ts",
"line": 38,
"character": 12
}
],
"type": {
"type": "reflection",
"declaration": {
"id": 429,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"sources": [
{
"fileName": "core/lib/types.ts",
"line": 38,
"character": 30
}
],
"signatures": [
{
"id": 430,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "Callback type for sending full block updates. SbBlock takes this as a prop.",
"text": "```\n<SbBlock onUpdate={myFn as OnUpdateSelfCb}></SbBlock>\n```\n",
"tags": [
{
"tag": "see",
"text": "SbBlock\n"
}
]
},
"parameters": [
{
"id": 431,
"name": "updated",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "reference",
"id": 423,
"typeArguments": [
{
"type": "intrinsic",
"name": "any"
}
],
"name": "IBlockData"
}
}
],
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
}
},
{
"id": 432,
"name": "OnUpdateSelfCb",
"kind": 4194304,
"kindString": "Type alias",
"flags": {},
"sources": [
{
"fileName": "core/lib/types.ts",
"line": 54,
"character": 12
}
],
"typeParameter": [
{
"id": 436,
"name": "T",
"kind": 131072,
"kindString": "Type parameter",
"flags": {}
}
],
"type": {
"type": "reflection",
"declaration": {
"id": 433,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"sources": [
{
"fileName": "core/lib/types.ts",
"line": 54,
"character": 32
}
],
"signatures": [
{
"id": 434,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "Callback type for sending partial self-updates in edit mode.",
"text": "```\nprops: {\n onUpdate: {\n type: (null as unknown) as PropType<OnUpdateSelfCb<IYourComponentData>>,\n default: () => {},\n },\n}\n```\n",
"tags": [
{
"tag": "see",
"text": "SbBlock\n"
}
]
},
"parameters": [
{
"id": 435,
"name": "updated",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 436,
"name": "T"
}
],
"qualifiedName": "Partial",
"package": "typescript",
"name": "Partial"
}
}
],
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
}
},
{
"id": 598,
"name": "SbBlock",
"kind": 32,
"kindString": "Variable",
"flags": {
"isConst": true
},
"comment": {
"shortText": "Displays a Schlechtenburg block either the mode of the schlechtenburg instance.\nYou can use this to display child blocks inside your own blocks."
},
"sources": [
{
"fileName": "core/lib/components/Block.tsx",
"line": 33,
"character": 13
}
],
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reflection",
"declaration": {
"id": 599,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 600,
"name": "block",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 601,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 603,
"name": "required",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "literal",
"value": true
},
"defaultValue": "true"
},
{
"id": 602,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 423,
"typeArguments": [
{
"type": "intrinsic",
"name": "any"
}
],
"name": "IBlockData"
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
603,
602
]
}
]
}
},
"defaultValue": "..."
},
{
"id": 634,
"name": "onActivateNext",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 635,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 637,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 638,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 639,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
},
"defaultValue": "..."
},
{
"id": 636,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 451,
"name": "OnActivateNextCb"
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
637,
636
]
}
]
}
},
"defaultValue": "..."
},
{
"id": 628,
"name": "onActivatePrevious",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 629,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 631,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 632,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 633,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
},
"defaultValue": "..."
},
{
"id": 630,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 448,
"name": "OnActivatePreviousCb"
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
631,
630
]
}
]
}
},
"defaultValue": "..."
},
{
"id": 616,
"name": "onAppendBlock",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 617,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 619,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 620,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 621,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
},
"defaultValue": "..."
},
{
"id": 618,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 441,
"name": "OnAppendBlockCb"
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
619,
618
]
}
]
}
},
"defaultValue": "..."
},
{
"id": 610,
"name": "onPrependBlock",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 611,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 613,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 614,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 615,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
},
"defaultValue": "..."
},
{
"id": 612,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 437,
"name": "OnPrependBlockCb"
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
613,
612
]
}
]
}
},
"defaultValue": "..."
},
{
"id": 622,
"name": "onRemoveSelf",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 623,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 625,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 626,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 627,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
},
"defaultValue": "..."
},
{
"id": 624,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 445,
"name": "OnRemoveSelfCb"
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
625,
624
]
}
]
}
},
"defaultValue": "..."
},
{
"id": 604,
"name": "onUpdate",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 605,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 607,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 608,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 609,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
},
"defaultValue": "..."
},
{
"id": 606,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 428,
"name": "OnUpdateBlockCb"
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
607,
606
]
}
]
}
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
600,
634,
628,
616,
610,
622,
604
]
}
]
}
},
{
"type": "reflection",
"declaration": {
"id": 640,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 641,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "reference",
"qualifiedName": "global.JSX.Element",
"package": "@vue/runtime-dom",
"name": "Element"
}
}
]
}
},
{
"type": "intrinsic",
"name": "unknown"
},
{
"type": "reflection",
"declaration": {
"id": 642,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {}
}
},
{
"type": "reflection",
"declaration": {
"id": 643,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {}
}
},
{
"type": "reference",
"qualifiedName": "ComponentOptionsMixin",
"package": "@vue/runtime-core",
"name": "ComponentOptionsMixin"
},
{
"type": "reference",
"qualifiedName": "ComponentOptionsMixin",
"package": "@vue/runtime-core",
"name": "ComponentOptionsMixin"
},
{
"type": "reference",
"typeArguments": [
{
"type": "intrinsic",
"name": "string"
},
{
"type": "intrinsic",
"name": "any"
}
],
"qualifiedName": "Record",
"package": "typescript",
"name": "Record"
},
{
"type": "intrinsic",
"name": "string"
},
{
"type": "reference",
"qualifiedName": "PublicProps",
"package": "@vue/runtime-core",
"name": "PublicProps"
},
{
"type": "reference",
"typeArguments": [
{
"type": "reference",
"typeArguments": [
{
"type": "reflection",
"declaration": {
"id": 644,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 645,
"name": "block",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 646,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 648,
"name": "required",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "literal",
"value": true
},
"defaultValue": "true"
},
{
"id": 647,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 423,
"typeArguments": [
{
"type": "intrinsic",
"name": "any"
}
],
"name": "IBlockData"
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
648,
647
]
}
]
}
},
"defaultValue": "..."
},
{
"id": 679,
"name": "onActivateNext",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 680,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 682,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 683,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 684,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
},
"defaultValue": "..."
},
{
"id": 681,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 451,
"name": "OnActivateNextCb"
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
682,
681
]
}
]
}
},
"defaultValue": "..."
},
{
"id": 673,
"name": "onActivatePrevious",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 674,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 676,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 677,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 678,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
},
"defaultValue": "..."
},
{
"id": 675,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 448,
"name": "OnActivatePreviousCb"
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
676,
675
]
}
]
}
},
"defaultValue": "..."
},
{
"id": 661,
"name": "onAppendBlock",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 662,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 664,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 665,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 666,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
},
"defaultValue": "..."
},
{
"id": 663,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 441,
"name": "OnAppendBlockCb"
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
664,
663
]
}
]
}
},
"defaultValue": "..."
},
{
"id": 655,
"name": "onPrependBlock",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 656,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 658,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 659,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 660,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
},
"defaultValue": "..."
},
{
"id": 657,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 437,
"name": "OnPrependBlockCb"
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
658,
657
]
}
]
}
},
"defaultValue": "..."
},
{
"id": 667,
"name": "onRemoveSelf",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 668,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 670,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 671,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 672,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
},
"defaultValue": "..."
},
{
"id": 669,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 445,
"name": "OnRemoveSelfCb"
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
670,
669
]
}
]
}
},
"defaultValue": "..."
},
{
"id": 649,
"name": "onUpdate",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 650,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 652,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 653,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 654,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
},
"defaultValue": "..."
},
{
"id": 651,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 428,
"name": "OnUpdateBlockCb"
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
652,
651
]
}
]
}
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
645,
679,
673,
661,
655,
667,
649
]
}
]
}
}
],
"qualifiedName": "ExtractPropTypes",
"package": "@vue/runtime-core",
"name": "ExtractPropTypes"
}
],
"qualifiedName": "Readonly",
"package": "typescript",
"name": "Readonly"
},
{
"type": "reflection",
"declaration": {
"id": 685,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 691,
"name": "onActivateNext",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"id": 451,
"name": "OnActivateNextCb"
}
},
{
"id": 690,
"name": "onActivatePrevious",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"id": 448,
"name": "OnActivatePreviousCb"
}
},
{
"id": 688,
"name": "onAppendBlock",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"id": 441,
"name": "OnAppendBlockCb"
}
},
{
"id": 687,
"name": "onPrependBlock",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"id": 437,
"name": "OnPrependBlockCb"
}
},
{
"id": 689,
"name": "onRemoveSelf",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"id": 445,
"name": "OnRemoveSelfCb"
}
},
{
"id": 686,
"name": "onUpdate",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"id": 428,
"name": "OnUpdateBlockCb"
}
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
691,
690,
688,
687,
689,
686
]
}
]
}
}
],
"qualifiedName": "DefineComponent",
"package": "@vue/runtime-core",
"name": "DefineComponent"
},
"defaultValue": "..."
},
{
"id": 713,
"name": "SbBlockOrdering",
"kind": 32,
"kindString": "Variable",
"flags": {
"isConst": true
},
"sources": [
{
"fileName": "core/lib/components/BlockOrdering.tsx",
"line": 14,
"character": 13
}
],
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reflection",
"declaration": {
"id": 714,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 725,
"name": "onMoveBackward",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 726,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 728,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 729,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 730,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
},
"defaultValue": "..."
},
{
"id": 727,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"qualifiedName": "FunctionConstructor",
"package": "typescript",
"name": "FunctionConstructor"
},
"defaultValue": "Function"
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
728,
727
]
}
]
}
},
"defaultValue": "..."
},
{
"id": 731,
"name": "onMoveForward",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 732,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 734,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 735,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 736,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
},
"defaultValue": "..."
},
{
"id": 733,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"qualifiedName": "FunctionConstructor",
"package": "typescript",
"name": "FunctionConstructor"
},
"defaultValue": "Function"
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
734,
733
]
}
]
}
},
"defaultValue": "..."
},
{
"id": 719,
"name": "onRemove",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 720,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 722,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 723,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 724,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
},
"defaultValue": "..."
},
{
"id": 721,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"qualifiedName": "FunctionConstructor",
"package": "typescript",
"name": "FunctionConstructor"
},
"defaultValue": "Function"
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
722,
721
]
}
]
}
},
"defaultValue": "..."
},
{
"id": 715,
"name": "orientation",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 716,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 718,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "literal",
"value": null
},
"defaultValue": "null"
},
{
"id": 717,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"qualifiedName": "StringConstructor",
"package": "typescript",
"name": "StringConstructor"
},
"defaultValue": "String"
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
718,
717
]
}
]
}
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
725,
731,
719,
715
]
}
]
}
},
{
"type": "reflection",
"declaration": {
"id": 737,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 738,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "reference",
"qualifiedName": "global.JSX.Element",
"package": "@vue/runtime-dom",
"name": "Element"
}
}
]
}
},
{
"type": "intrinsic",
"name": "unknown"
},
{
"type": "reflection",
"declaration": {
"id": 739,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {}
}
},
{
"type": "reflection",
"declaration": {
"id": 740,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {}
}
},
{
"type": "reference",
"qualifiedName": "ComponentOptionsMixin",
"package": "@vue/runtime-core",
"name": "ComponentOptionsMixin"
},
{
"type": "reference",
"qualifiedName": "ComponentOptionsMixin",
"package": "@vue/runtime-core",
"name": "ComponentOptionsMixin"
},
{
"type": "reference",
"typeArguments": [
{
"type": "intrinsic",
"name": "string"
},
{
"type": "intrinsic",
"name": "any"
}
],
"qualifiedName": "Record",
"package": "typescript",
"name": "Record"
},
{
"type": "intrinsic",
"name": "string"
},
{
"type": "reference",
"qualifiedName": "PublicProps",
"package": "@vue/runtime-core",
"name": "PublicProps"
},
{
"type": "reference",
"typeArguments": [
{
"type": "reference",
"typeArguments": [
{
"type": "reflection",
"declaration": {
"id": 741,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 752,
"name": "onMoveBackward",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 753,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 755,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 756,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 757,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
},
"defaultValue": "..."
},
{
"id": 754,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"qualifiedName": "FunctionConstructor",
"package": "typescript",
"name": "FunctionConstructor"
},
"defaultValue": "Function"
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
755,
754
]
}
]
}
},
"defaultValue": "..."
},
{
"id": 758,
"name": "onMoveForward",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 759,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 761,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 762,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 763,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
},
"defaultValue": "..."
},
{
"id": 760,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"qualifiedName": "FunctionConstructor",
"package": "typescript",
"name": "FunctionConstructor"
},
"defaultValue": "Function"
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
761,
760
]
}
]
}
},
"defaultValue": "..."
},
{
"id": 746,
"name": "onRemove",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 747,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 749,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 750,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 751,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
},
"defaultValue": "..."
},
{
"id": 748,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"qualifiedName": "FunctionConstructor",
"package": "typescript",
"name": "FunctionConstructor"
},
"defaultValue": "Function"
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
749,
748
]
}
]
}
},
"defaultValue": "..."
},
{
"id": 742,
"name": "orientation",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 743,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 745,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "literal",
"value": null
},
"defaultValue": "null"
},
{
"id": 744,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"qualifiedName": "StringConstructor",
"package": "typescript",
"name": "StringConstructor"
},
"defaultValue": "String"
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
745,
744
]
}
]
}
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
752,
758,
746,
742
]
}
]
}
}
],
"qualifiedName": "ExtractPropTypes",
"package": "@vue/runtime-core",
"name": "ExtractPropTypes"
}
],
"qualifiedName": "Readonly",
"package": "typescript",
"name": "Readonly"
},
{
"type": "reflection",
"declaration": {
"id": 764,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 767,
"name": "onMoveBackward",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"qualifiedName": "Function",
"package": "typescript",
"name": "Function"
}
},
{
"id": 768,
"name": "onMoveForward",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"qualifiedName": "Function",
"package": "typescript",
"name": "Function"
}
},
{
"id": 766,
"name": "onRemove",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"qualifiedName": "Function",
"package": "typescript",
"name": "Function"
}
},
{
"id": 765,
"name": "orientation",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
767,
768,
766,
765
]
}
]
}
}
],
"qualifiedName": "DefineComponent",
"package": "@vue/runtime-core",
"name": "DefineComponent"
},
"defaultValue": "..."
},
{
"id": 692,
"name": "SbBlockPicker",
"kind": 32,
"kindString": "Variable",
"flags": {
"isConst": true
},
"sources": [
{
"fileName": "core/lib/components/BlockPicker.tsx",
"line": 15,
"character": 13
}
],
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reflection",
"declaration": {
"id": 693,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 694,
"name": "onPickedBlock",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 695,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 697,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 698,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 699,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
},
"defaultValue": "..."
},
{
"id": 696,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"qualifiedName": "FunctionConstructor",
"package": "typescript",
"name": "FunctionConstructor"
},
"defaultValue": "Function"
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
697,
696
]
}
]
}
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
694
]
}
]
}
},
{
"type": "reflection",
"declaration": {
"id": 700,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 701,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "reference",
"qualifiedName": "global.JSX.Element",
"package": "@vue/runtime-dom",
"name": "Element"
}
}
]
}
},
{
"type": "intrinsic",
"name": "unknown"
},
{
"type": "reflection",
"declaration": {
"id": 702,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {}
}
},
{
"type": "reflection",
"declaration": {
"id": 703,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {}
}
},
{
"type": "reference",
"qualifiedName": "ComponentOptionsMixin",
"package": "@vue/runtime-core",
"name": "ComponentOptionsMixin"
},
{
"type": "reference",
"qualifiedName": "ComponentOptionsMixin",
"package": "@vue/runtime-core",
"name": "ComponentOptionsMixin"
},
{
"type": "reference",
"typeArguments": [
{
"type": "intrinsic",
"name": "string"
},
{
"type": "intrinsic",
"name": "any"
}
],
"qualifiedName": "Record",
"package": "typescript",
"name": "Record"
},
{
"type": "intrinsic",
"name": "string"
},
{
"type": "reference",
"qualifiedName": "PublicProps",
"package": "@vue/runtime-core",
"name": "PublicProps"
},
{
"type": "reference",
"typeArguments": [
{
"type": "reference",
"typeArguments": [
{
"type": "reflection",
"declaration": {
"id": 704,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 705,
"name": "onPickedBlock",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 706,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 708,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 709,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 710,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
},
"defaultValue": "..."
},
{
"id": 707,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"qualifiedName": "FunctionConstructor",
"package": "typescript",
"name": "FunctionConstructor"
},
"defaultValue": "Function"
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
708,
707
]
}
]
}
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
705
]
}
]
}
}
],
"qualifiedName": "ExtractPropTypes",
"package": "@vue/runtime-core",
"name": "ExtractPropTypes"
}
],
"qualifiedName": "Readonly",
"package": "typescript",
"name": "Readonly"
},
{
"type": "reflection",
"declaration": {
"id": 711,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 712,
"name": "onPickedBlock",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"qualifiedName": "Function",
"package": "typescript",
"name": "Function"
}
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
712
]
}
]
}
}
],
"qualifiedName": "DefineComponent",
"package": "@vue/runtime-core",
"name": "DefineComponent"
},
"defaultValue": "..."
},
{
"id": 769,
"name": "SbBlockPlaceholder",
"kind": 32,
"kindString": "Variable",
"flags": {
"isConst": true
},
"comment": {
"shortText": "A placeholder for a block.\nDisplays a placeholder for a block, allowing the user to select a block to insert.",
"tags": [
{
"tag": "sbui",
"text": "\n"
}
]
},
"sources": [
{
"fileName": "core/lib/components/BlockPlaceholder.tsx",
"line": 13,
"character": 13
}
],
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reflection",
"declaration": {
"id": 770,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 771,
"name": "onInsertBlock",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 772,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 774,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 775,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 776,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
},
"defaultValue": "..."
},
{
"id": 773,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"qualifiedName": "FunctionConstructor",
"package": "typescript",
"name": "FunctionConstructor"
},
"defaultValue": "Function"
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
774,
773
]
}
]
}
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
771
]
}
]
}
},
{
"type": "reflection",
"declaration": {
"id": 777,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 778,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "reference",
"qualifiedName": "global.JSX.Element",
"package": "@vue/runtime-dom",
"name": "Element"
}
}
]
}
},
{
"type": "intrinsic",
"name": "unknown"
},
{
"type": "reflection",
"declaration": {
"id": 779,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {}
}
},
{
"type": "reflection",
"declaration": {
"id": 780,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {}
}
},
{
"type": "reference",
"qualifiedName": "ComponentOptionsMixin",
"package": "@vue/runtime-core",
"name": "ComponentOptionsMixin"
},
{
"type": "reference",
"qualifiedName": "ComponentOptionsMixin",
"package": "@vue/runtime-core",
"name": "ComponentOptionsMixin"
},
{
"type": "reference",
"typeArguments": [
{
"type": "intrinsic",
"name": "string"
},
{
"type": "intrinsic",
"name": "any"
}
],
"qualifiedName": "Record",
"package": "typescript",
"name": "Record"
},
{
"type": "intrinsic",
"name": "string"
},
{
"type": "reference",
"qualifiedName": "PublicProps",
"package": "@vue/runtime-core",
"name": "PublicProps"
},
{
"type": "reference",
"typeArguments": [
{
"type": "reference",
"typeArguments": [
{
"type": "reflection",
"declaration": {
"id": 781,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 782,
"name": "onInsertBlock",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 783,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 785,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 786,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 787,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
},
"defaultValue": "..."
},
{
"id": 784,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"qualifiedName": "FunctionConstructor",
"package": "typescript",
"name": "FunctionConstructor"
},
"defaultValue": "Function"
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
785,
784
]
}
]
}
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
782
]
}
]
}
}
],
"qualifiedName": "ExtractPropTypes",
"package": "@vue/runtime-core",
"name": "ExtractPropTypes"
}
],
"qualifiedName": "Readonly",
"package": "typescript",
"name": "Readonly"
},
{
"type": "reflection",
"declaration": {
"id": 788,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 789,
"name": "onInsertBlock",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"qualifiedName": "Function",
"package": "typescript",
"name": "Function"
}
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
789
]
}
]
}
}
],
"qualifiedName": "DefineComponent",
"package": "@vue/runtime-core",
"name": "DefineComponent"
},
"defaultValue": "..."
},
{
"id": 799,
"name": "SbButton",
"kind": 32,
"kindString": "Variable",
"flags": {
"isConst": true
},
"comment": {
"shortText": "A button in the schlechtenburg theme",
"tags": [
{
"tag": "sbui",
"text": "\n"
}
]
},
"sources": [
{
"fileName": "core/lib/components/Button.tsx",
"line": 9,
"character": 13
}
],
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reflection",
"declaration": {
"id": 800,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {}
}
},
{
"type": "reflection",
"declaration": {
"id": 801,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 802,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "reference",
"qualifiedName": "global.JSX.Element",
"package": "@vue/runtime-dom",
"name": "Element"
}
}
]
}
},
{
"type": "reflection",
"declaration": {
"id": 803,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {}
}
},
{
"type": "reflection",
"declaration": {
"id": 804,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {}
}
},
{
"type": "reflection",
"declaration": {
"id": 805,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {}
}
},
{
"type": "reference",
"qualifiedName": "ComponentOptionsMixin",
"package": "@vue/runtime-core",
"name": "ComponentOptionsMixin"
},
{
"type": "reference",
"qualifiedName": "ComponentOptionsMixin",
"package": "@vue/runtime-core",
"name": "ComponentOptionsMixin"
},
{
"type": "reference",
"qualifiedName": "EmitsOptions",
"package": "@vue/runtime-core",
"name": "EmitsOptions"
},
{
"type": "intrinsic",
"name": "string"
},
{
"type": "reference",
"qualifiedName": "PublicProps",
"package": "@vue/runtime-core",
"name": "PublicProps"
},
{
"type": "reference",
"typeArguments": [
{
"type": "reference",
"typeArguments": [
{
"type": "reflection",
"declaration": {
"id": 806,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {}
}
}
],
"qualifiedName": "ExtractPropTypes",
"package": "@vue/runtime-core",
"name": "ExtractPropTypes"
}
],
"qualifiedName": "Readonly",
"package": "typescript",
"name": "Readonly"
},
{
"type": "reflection",
"declaration": {
"id": 807,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {}
}
}
],
"qualifiedName": "DefineComponent",
"package": "@vue/runtime-core",
"name": "DefineComponent"
},
"defaultValue": "..."
},
{
"id": 541,
"name": "SbMain",
"kind": 32,
"kindString": "Variable",
"flags": {
"isConst": true
},
"sources": [
{
"fileName": "core/lib/components/Main.tsx",
"line": 41,
"character": 13
}
],
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reflection",
"declaration": {
"id": 542,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 543,
"name": "availableBlocks",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 544,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 546,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 547,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 548,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "array",
"elementType": {
"type": "intrinsic",
"name": "never"
}
}
}
]
}
},
"defaultValue": "..."
},
{
"id": 545,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "array",
"elementType": {
"type": "reference",
"id": 464,
"typeArguments": [
{
"type": "intrinsic",
"name": "any"
}
],
"name": "IBlockDefinition"
}
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
546,
545
]
}
]
}
},
"defaultValue": "..."
},
{
"id": 549,
"name": "block",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 550,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 552,
"name": "required",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "literal",
"value": true
},
"defaultValue": "true"
},
{
"id": 551,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 423,
"typeArguments": [
{
"type": "intrinsic",
"name": "any"
}
],
"name": "IBlockData"
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
552,
551
]
}
]
}
},
"defaultValue": "..."
},
{
"id": 559,
"name": "mode",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 560,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 565,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"id": 414,
"name": "SbMode"
},
"defaultValue": "SbMode.Edit"
},
{
"id": 561,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 414,
"name": "SbMode"
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
},
{
"id": 562,
"name": "validator",
"kind": 2048,
"kindString": "Method",
"flags": {},
"sources": [
{
"fileName": "core/lib/components/Main.tsx",
"line": 64,
"character": 6
}
],
"signatures": [
{
"id": 563,
"name": "validator",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"parameters": [
{
"id": 564,
"name": "value",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "any"
}
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
}
}
]
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
565,
561
]
},
{
"title": "Methods",
"kind": 2048,
"children": [
562
]
}
]
}
},
"defaultValue": "..."
},
{
"id": 553,
"name": "onUpdate",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 554,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 556,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 557,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 558,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
},
"defaultValue": "..."
},
{
"id": 555,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 428,
"name": "OnUpdateBlockCb"
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
556,
555
]
}
]
}
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
543,
549,
559,
553
]
}
]
}
},
{
"type": "reflection",
"declaration": {
"id": 566,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 567,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "reference",
"qualifiedName": "global.JSX.Element",
"package": "@vue/runtime-dom",
"name": "Element"
}
}
]
}
},
{
"type": "intrinsic",
"name": "unknown"
},
{
"type": "reflection",
"declaration": {
"id": 568,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {}
}
},
{
"type": "reflection",
"declaration": {
"id": 569,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {}
}
},
{
"type": "reference",
"qualifiedName": "ComponentOptionsMixin",
"package": "@vue/runtime-core",
"name": "ComponentOptionsMixin"
},
{
"type": "reference",
"qualifiedName": "ComponentOptionsMixin",
"package": "@vue/runtime-core",
"name": "ComponentOptionsMixin"
},
{
"type": "reference",
"typeArguments": [
{
"type": "intrinsic",
"name": "string"
},
{
"type": "intrinsic",
"name": "any"
}
],
"qualifiedName": "Record",
"package": "typescript",
"name": "Record"
},
{
"type": "intrinsic",
"name": "string"
},
{
"type": "reference",
"qualifiedName": "PublicProps",
"package": "@vue/runtime-core",
"name": "PublicProps"
},
{
"type": "reference",
"typeArguments": [
{
"type": "reference",
"typeArguments": [
{
"type": "reflection",
"declaration": {
"id": 570,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 571,
"name": "availableBlocks",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 572,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 574,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 575,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 576,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "array",
"elementType": {
"type": "intrinsic",
"name": "never"
}
}
}
]
}
},
"defaultValue": "..."
},
{
"id": 573,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "array",
"elementType": {
"type": "reference",
"id": 464,
"typeArguments": [
{
"type": "intrinsic",
"name": "any"
}
],
"name": "IBlockDefinition"
}
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
574,
573
]
}
]
}
},
"defaultValue": "..."
},
{
"id": 577,
"name": "block",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 578,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 580,
"name": "required",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "literal",
"value": true
},
"defaultValue": "true"
},
{
"id": 579,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 423,
"typeArguments": [
{
"type": "intrinsic",
"name": "any"
}
],
"name": "IBlockData"
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
580,
579
]
}
]
}
},
"defaultValue": "..."
},
{
"id": 587,
"name": "mode",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 588,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 593,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"id": 414,
"name": "SbMode"
},
"defaultValue": "SbMode.Edit"
},
{
"id": 589,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 414,
"name": "SbMode"
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
},
{
"id": 590,
"name": "validator",
"kind": 2048,
"kindString": "Method",
"flags": {},
"sources": [
{
"fileName": "core/lib/components/Main.tsx",
"line": 64,
"character": 6
}
],
"signatures": [
{
"id": 591,
"name": "validator",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"parameters": [
{
"id": 592,
"name": "value",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "any"
}
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
}
}
]
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
593,
589
]
},
{
"title": "Methods",
"kind": 2048,
"children": [
590
]
}
]
}
},
"defaultValue": "..."
},
{
"id": 581,
"name": "onUpdate",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 582,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 584,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 585,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 586,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
},
"defaultValue": "..."
},
{
"id": 583,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 428,
"name": "OnUpdateBlockCb"
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
584,
583
]
}
]
}
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
571,
577,
587,
581
]
}
]
}
}
],
"qualifiedName": "ExtractPropTypes",
"package": "@vue/runtime-core",
"name": "ExtractPropTypes"
}
],
"qualifiedName": "Readonly",
"package": "typescript",
"name": "Readonly"
},
{
"type": "reflection",
"declaration": {
"id": 594,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 595,
"name": "availableBlocks",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "array",
"elementType": {
"type": "reference",
"id": 464,
"typeArguments": [
{
"type": "intrinsic",
"name": "any"
}
],
"name": "IBlockDefinition"
}
}
},
{
"id": 597,
"name": "mode",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"id": 414,
"name": "SbMode"
}
},
{
"id": 596,
"name": "onUpdate",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"id": 428,
"name": "OnUpdateBlockCb"
}
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
595,
597,
596
]
}
]
}
}
],
"qualifiedName": "DefineComponent",
"package": "@vue/runtime-core",
"name": "DefineComponent"
},
"defaultValue": "..."
},
{
"id": 808,
"name": "SbSelect",
"kind": 32,
"kindString": "Variable",
"flags": {
"isConst": true
},
"comment": {
"shortText": "A select input in the schlechtenburg theme",
"tags": [
{
"tag": "sbui",
"text": "\n"
}
]
},
"sources": [
{
"fileName": "core/lib/components/Select.tsx",
"line": 8,
"character": 13
}
],
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reflection",
"declaration": {
"id": 809,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {}
}
},
{
"type": "reflection",
"declaration": {
"id": 810,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 811,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "reference",
"qualifiedName": "global.JSX.Element",
"package": "@vue/runtime-dom",
"name": "Element"
}
}
]
}
},
{
"type": "reflection",
"declaration": {
"id": 812,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {}
}
},
{
"type": "reflection",
"declaration": {
"id": 813,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {}
}
},
{
"type": "reflection",
"declaration": {
"id": 814,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {}
}
},
{
"type": "reference",
"qualifiedName": "ComponentOptionsMixin",
"package": "@vue/runtime-core",
"name": "ComponentOptionsMixin"
},
{
"type": "reference",
"qualifiedName": "ComponentOptionsMixin",
"package": "@vue/runtime-core",
"name": "ComponentOptionsMixin"
},
{
"type": "reference",
"qualifiedName": "EmitsOptions",
"package": "@vue/runtime-core",
"name": "EmitsOptions"
},
{
"type": "intrinsic",
"name": "string"
},
{
"type": "reference",
"qualifiedName": "PublicProps",
"package": "@vue/runtime-core",
"name": "PublicProps"
},
{
"type": "reference",
"typeArguments": [
{
"type": "reference",
"typeArguments": [
{
"type": "reflection",
"declaration": {
"id": 815,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {}
}
}
],
"qualifiedName": "ExtractPropTypes",
"package": "@vue/runtime-core",
"name": "ExtractPropTypes"
}
],
"qualifiedName": "Readonly",
"package": "typescript",
"name": "Readonly"
},
{
"type": "reflection",
"declaration": {
"id": 816,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {}
}
}
],
"qualifiedName": "DefineComponent",
"package": "@vue/runtime-core",
"name": "DefineComponent"
},
"defaultValue": "..."
},
{
"id": 790,
"name": "SbToolbar",
"kind": 32,
"kindString": "Variable",
"flags": {
"isConst": true
},
"comment": {
"shortText": "Toolbar in the schlechtenburg theme",
"tags": [
{
"tag": "sbui",
"text": "\n"
}
]
},
"sources": [
{
"fileName": "core/lib/components/Toolbar.tsx",
"line": 15,
"character": 13
}
],
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reflection",
"declaration": {
"id": 791,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {}
}
},
{
"type": "reflection",
"declaration": {
"id": 792,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 793,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "reference",
"qualifiedName": "global.JSX.Element",
"package": "@vue/runtime-dom",
"name": "Element"
}
}
]
}
},
{
"type": "reflection",
"declaration": {
"id": 794,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {}
}
},
{
"type": "reflection",
"declaration": {
"id": 795,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {}
}
},
{
"type": "reflection",
"declaration": {
"id": 796,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {}
}
},
{
"type": "reference",
"qualifiedName": "ComponentOptionsMixin",
"package": "@vue/runtime-core",
"name": "ComponentOptionsMixin"
},
{
"type": "reference",
"qualifiedName": "ComponentOptionsMixin",
"package": "@vue/runtime-core",
"name": "ComponentOptionsMixin"
},
{
"type": "reference",
"qualifiedName": "EmitsOptions",
"package": "@vue/runtime-core",
"name": "EmitsOptions"
},
{
"type": "intrinsic",
"name": "string"
},
{
"type": "reference",
"qualifiedName": "PublicProps",
"package": "@vue/runtime-core",
"name": "PublicProps"
},
{
"type": "reference",
"typeArguments": [
{
"type": "reference",
"typeArguments": [
{
"type": "reflection",
"declaration": {
"id": 797,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {}
}
}
],
"qualifiedName": "ExtractPropTypes",
"package": "@vue/runtime-core",
"name": "ExtractPropTypes"
}
],
"qualifiedName": "Readonly",
"package": "typescript",
"name": "Readonly"
},
{
"type": "reflection",
"declaration": {
"id": 798,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {}
}
}
],
"qualifiedName": "DefineComponent",
"package": "@vue/runtime-core",
"name": "DefineComponent"
},
"defaultValue": "..."
},
{
"id": 509,
"name": "SymActiveBlock",
"kind": 32,
"kindString": "Variable",
"flags": {
"isConst": true
},
"sources": [
{
"fileName": "core/lib/use-activation.ts",
"line": 9,
"character": 13
}
],
"type": {
"type": "query",
"queryType": {
"type": "reference",
"id": 509,
"name": "SymActiveBlock"
}
},
"defaultValue": "..."
},
{
"id": 534,
"name": "SymBlockDimensions",
"kind": 32,
"kindString": "Variable",
"flags": {
"isConst": true
},
"sources": [
{
"fileName": "core/lib/use-resize-observer.ts",
"line": 17,
"character": 13
}
],
"type": {
"type": "query",
"queryType": {
"type": "reference",
"id": 534,
"name": "SymBlockDimensions"
}
},
"defaultValue": "..."
},
{
"id": 519,
"name": "SymBlockLibrary",
"kind": 32,
"kindString": "Variable",
"flags": {
"isConst": true
},
"sources": [
{
"fileName": "core/lib/use-dynamic-blocks.ts",
"line": 9,
"character": 13
}
],
"type": {
"type": "query",
"queryType": {
"type": "reference",
"id": 519,
"name": "SymBlockLibrary"
}
},
"defaultValue": "..."
},
{
"id": 535,
"name": "SymEditorDimensions",
"kind": 32,
"kindString": "Variable",
"flags": {
"isConst": true
},
"sources": [
{
"fileName": "core/lib/use-resize-observer.ts",
"line": 18,
"character": 13
}
],
"type": {
"type": "query",
"queryType": {
"type": "reference",
"id": 535,
"name": "SymEditorDimensions"
}
},
"defaultValue": "..."
},
{
"id": 417,
"name": "SymMode",
"kind": 32,
"kindString": "Variable",
"flags": {
"isConst": true
},
"sources": [
{
"fileName": "core/lib/mode.ts",
"line": 8,
"character": 13
}
],
"type": {
"type": "query",
"queryType": {
"type": "reference",
"id": 417,
"name": "SymMode"
}
},
"defaultValue": "..."
},
{
"id": 486,
"name": "blockProps",
"kind": 32,
"kindString": "Variable",
"flags": {
"isConst": true
},
"sources": [
{
"fileName": "core/lib/block-helpers.ts",
"line": 10,
"character": 13
}
],
"type": {
"type": "reflection",
"declaration": {
"id": 487,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 488,
"name": "blockId",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 489,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 491,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"qualifiedName": "v4",
"package": "@types/uuid",
"name": "v4"
},
"defaultValue": "generateBlockId"
},
{
"id": 490,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"qualifiedName": "StringConstructor",
"package": "typescript",
"name": "StringConstructor"
},
"defaultValue": "String"
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
491,
490
]
}
]
}
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
488
]
}
]
}
},
"defaultValue": "..."
},
{
"id": 482,
"name": "model",
"kind": 32,
"kindString": "Variable",
"flags": {
"isConst": true
},
"sources": [
{
"fileName": "core/lib/block-helpers.ts",
"line": 5,
"character": 13
}
],
"type": {
"type": "reflection",
"declaration": {
"id": 483,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 485,
"name": "event",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
},
"defaultValue": "'update'"
},
{
"id": 484,
"name": "prop",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
},
"defaultValue": "'block'"
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
485,
484
]
}
]
}
},
"defaultValue": "..."
},
{
"id": 474,
"name": "generateBlockId",
"kind": 64,
"kindString": "Function",
"flags": {},
"sources": [
{
"fileName": "core/lib/block-helpers.ts",
"line": 3,
"character": 13
}
],
"signatures": [
{
"id": 475,
"name": "generateBlockId",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"typeParameter": [
{
"id": 476,
"name": "T",
"kind": 131072,
"kindString": "Type parameter",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "intrinsic",
"name": "number"
},
{
"type": "reference",
"id": 476,
"qualifiedName": "T",
"package": "@types/uuid",
"name": "T"
}
],
"qualifiedName": "ArrayLike",
"package": "typescript",
"name": "ArrayLike"
}
}
],
"parameters": [
{
"id": 477,
"name": "options",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "union",
"types": [
{
"type": "intrinsic",
"name": "undefined"
},
{
"type": "literal",
"value": null
},
{
"type": "reference",
"qualifiedName": "V4Options",
"package": "@types/uuid",
"name": "V4Options"
}
]
}
},
{
"id": 478,
"name": "buffer",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "reference",
"id": 476,
"qualifiedName": "T",
"package": "@types/uuid",
"name": "T"
}
},
{
"id": 479,
"name": "offset",
"kind": 32768,
"kindString": "Parameter",
"flags": {
"isOptional": true
},
"type": {
"type": "intrinsic",
"name": "number"
}
}
],
"type": {
"type": "reference",
"id": 476,
"qualifiedName": "T",
"package": "@types/uuid",
"name": "T"
}
},
{
"id": 480,
"name": "generateBlockId",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"parameters": [
{
"id": 481,
"name": "options",
"kind": 32768,
"kindString": "Parameter",
"flags": {
"isOptional": true
},
"type": {
"type": "reference",
"qualifiedName": "V4Options",
"package": "@types/uuid",
"name": "V4Options"
}
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
}
]
},
{
"id": 492,
"name": "useActivation",
"kind": 64,
"kindString": "Function",
"flags": {},
"sources": [
{
"fileName": "core/lib/use-activation.ts",
"line": 10,
"character": 16
}
],
"signatures": [
{
"id": 493,
"name": "useActivation",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"parameters": [
{
"id": 494,
"name": "currentBlockId",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "union",
"types": [
{
"type": "literal",
"value": null
},
{
"type": "intrinsic",
"name": "string"
}
]
},
"defaultValue": "null"
}
],
"type": {
"type": "reflection",
"declaration": {
"id": 495,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 498,
"name": "activate",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 499,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 500,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"parameters": [
{
"id": 501,
"name": "id",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "union",
"types": [
{
"type": "literal",
"value": null
},
{
"type": "intrinsic",
"name": "string"
}
]
},
"defaultValue": "currentBlockId"
}
],
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
}
},
{
"id": 496,
"name": "activeBlockId",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "union",
"types": [
{
"type": "literal",
"value": null
},
{
"type": "intrinsic",
"name": "string"
}
]
}
],
"qualifiedName": "Ref",
"package": "@vue/reactivity",
"name": "Ref"
}
},
{
"id": 502,
"name": "deactivate",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 503,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 504,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"parameters": [
{
"id": 505,
"name": "id",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "union",
"types": [
{
"type": "literal",
"value": null
},
{
"type": "intrinsic",
"name": "string"
}
]
},
"defaultValue": "currentBlockId"
}
],
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
}
},
{
"id": 497,
"name": "isActive",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "intrinsic",
"name": "boolean"
}
],
"qualifiedName": "ComputedRef",
"package": "@vue/reactivity",
"name": "ComputedRef"
}
},
{
"id": 506,
"name": "requestActivation",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 507,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 508,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
}
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
498,
496,
502,
497,
506
]
}
]
}
}
}
]
},
{
"id": 529,
"name": "useBlockSizing",
"kind": 64,
"kindString": "Function",
"flags": {},
"sources": [
{
"fileName": "core/lib/use-resize-observer.ts",
"line": 52,
"character": 16
}
],
"signatures": [
{
"id": 530,
"name": "useBlockSizing",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 531,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 533,
"name": "blockDimensions",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "union",
"types": [
{
"type": "literal",
"value": null
},
{
"type": "reference",
"name": "BlockRect"
}
]
}
],
"qualifiedName": "Ref",
"package": "@vue/reactivity",
"name": "Ref"
}
},
{
"id": 532,
"name": "editorDimensions",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "union",
"types": [
{
"type": "literal",
"value": null
},
{
"type": "reference",
"name": "BlockRect"
}
]
}
],
"qualifiedName": "Ref",
"package": "@vue/reactivity",
"name": "Ref"
}
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
533,
532
]
}
]
}
}
}
]
},
{
"id": 510,
"name": "useDynamicBlocks",
"kind": 64,
"kindString": "Function",
"flags": {},
"sources": [
{
"fileName": "core/lib/use-dynamic-blocks.ts",
"line": 10,
"character": 16
}
],
"signatures": [
{
"id": 511,
"name": "useDynamicBlocks",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 512,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 514,
"name": "customBlocks",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"id": 471,
"name": "IBlockLibrary"
}
},
{
"id": 515,
"name": "getBlock",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 516,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 517,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"parameters": [
{
"id": 518,
"name": "name",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
}
],
"type": {
"type": "reference",
"id": 464,
"typeArguments": [
{
"type": "intrinsic",
"name": "any"
}
],
"name": "IBlockDefinition"
}
}
]
}
}
},
{
"id": 513,
"name": "mode",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 414,
"name": "SbMode"
}
],
"qualifiedName": "Ref",
"package": "@vue/reactivity",
"name": "Ref"
}
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
514,
515,
513
]
}
]
}
}
}
]
},
{
"id": 520,
"name": "useResizeObserver",
"kind": 64,
"kindString": "Function",
"flags": {},
"sources": [
{
"fileName": "core/lib/use-resize-observer.ts",
"line": 19,
"character": 16
}
],
"signatures": [
{
"id": 521,
"name": "useResizeObserver",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"parameters": [
{
"id": 522,
"name": "el",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "union",
"types": [
{
"type": "literal",
"value": null
},
{
"type": "reference",
"qualifiedName": "HTMLElement",
"package": "typescript",
"name": "HTMLElement"
}
]
}
],
"qualifiedName": "Ref",
"package": "@vue/reactivity",
"name": "Ref"
}
},
{
"id": 523,
"name": "symbol",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "intrinsic",
"name": "symbol"
}
}
],
"type": {
"type": "reflection",
"declaration": {
"id": 524,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 528,
"name": "dimensions",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "union",
"types": [
{
"type": "literal",
"value": null
},
{
"type": "reference",
"name": "BlockRect"
}
]
}
],
"qualifiedName": "Ref",
"package": "@vue/reactivity",
"name": "Ref"
}
},
{
"id": 525,
"name": "triggerSizeCalculation",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 526,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 527,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
}
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
528,
525
]
}
]
}
}
}
]
}
],
"groups": [
{
"title": "Enumerations",
"kind": 8,
"children": [
414
]
},
{
"title": "Interfaces",
"kind": 256,
"children": [
423,
464,
471,
454,
536,
418
]
},
{
"title": "Type aliases",
"kind": 4194304,
"children": [
451,
448,
441,
437,
445,
428,
432
]
},
{
"title": "Variables",
"kind": 32,
"children": [
598,
713,
692,
769,
799,
541,
808,
790,
509,
534,
519,
535,
417,
486,
482
]
},
{
"title": "Functions",
"kind": 64,
"children": [
474,
492,
529,
510,
520
]
}
],
"sources": [
{
"fileName": "core/lib/index.ts",
"line": 1,
"character": 0
}
]
},
{
"id": 2,
"name": "@schlechtenburg/heading",
"kind": 2,
"kindString": "Module",
"flags": {},
"children": [
{
"id": 817,
"name": "IHeadingData",
"kind": 256,
"kindString": "Interface",
"flags": {},
"children": [
{
"id": 819,
"name": "align",
"kind": 1024,
"kindString": "Property",
"flags": {},
"sources": [
{
"fileName": "heading/lib/util.ts",
"line": 3,
"character": 2
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 820,
"name": "level",
"kind": 1024,
"kindString": "Property",
"flags": {},
"sources": [
{
"fileName": "heading/lib/util.ts",
"line": 4,
"character": 2
}
],
"type": {
"type": "intrinsic",
"name": "number"
}
},
{
"id": 818,
"name": "value",
"kind": 1024,
"kindString": "Property",
"flags": {},
"sources": [
{
"fileName": "heading/lib/util.ts",
"line": 2,
"character": 2
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
819,
820,
818
]
}
],
"sources": [
{
"fileName": "heading/lib/util.ts",
"line": 1,
"character": 17
}
]
},
{
"id": 4,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 5,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 10,
"name": "edit",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reflection",
"declaration": {
"id": 11,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 12,
"name": "blockId",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 13,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 15,
"name": "required",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "literal",
"value": true
},
"defaultValue": "true"
},
{
"id": 14,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"qualifiedName": "StringConstructor",
"package": "typescript",
"name": "StringConstructor"
},
"defaultValue": "String"
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
15,
14
]
}
]
}
},
"defaultValue": "..."
},
{
"id": 16,
"name": "data",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 17,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 19,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 20,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 21,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "reference",
"id": 817,
"name": "IHeadingData"
}
}
]
}
},
"defaultValue": "getDefaultData"
},
{
"id": 18,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 817,
"name": "IHeadingData"
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
19,
18
]
}
]
}
},
"defaultValue": "..."
},
{
"id": 40,
"name": "onActivateNext",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 41,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 43,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 44,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 45,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
},
"defaultValue": "..."
},
{
"id": 42,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"name": "OnActivateNextCb"
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
43,
42
]
}
]
}
},
"defaultValue": "..."
},
{
"id": 46,
"name": "onActivatePrevious",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 47,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 49,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 50,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 51,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
},
"defaultValue": "..."
},
{
"id": 48,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"name": "OnActivatePreviousCb"
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
49,
48
]
}
]
}
},
"defaultValue": "..."
},
{
"id": 28,
"name": "onAppendBlock",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 29,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 31,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 32,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 33,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
},
"defaultValue": "..."
},
{
"id": 30,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"name": "OnAppendBlockCb"
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
31,
30
]
}
]
}
},
"defaultValue": "..."
},
{
"id": 34,
"name": "onRemoveSelf",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 35,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 37,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 38,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 39,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
},
"defaultValue": "..."
},
{
"id": 36,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"name": "OnRemoveSelfCb"
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
37,
36
]
}
]
}
},
"defaultValue": "..."
},
{
"id": 22,
"name": "onUpdate",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 23,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 25,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 26,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 27,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
},
"defaultValue": "..."
},
{
"id": 24,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 817,
"name": "IHeadingData"
}
],
"name": "OnUpdateSelfCb"
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
25,
24
]
}
]
}
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
12,
16,
40,
46,
28,
34,
22
]
}
]
}
},
{
"type": "reflection",
"declaration": {
"id": 52,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 53,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "reference",
"qualifiedName": "global.JSX.Element",
"package": "@vue/runtime-dom",
"name": "Element"
}
}
]
}
},
{
"type": "intrinsic",
"name": "unknown"
},
{
"type": "reflection",
"declaration": {
"id": 54,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {}
}
},
{
"type": "reflection",
"declaration": {
"id": 55,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {}
}
},
{
"type": "reference",
"qualifiedName": "ComponentOptionsMixin",
"package": "@vue/runtime-core",
"name": "ComponentOptionsMixin"
},
{
"type": "reference",
"qualifiedName": "ComponentOptionsMixin",
"package": "@vue/runtime-core",
"name": "ComponentOptionsMixin"
},
{
"type": "reference",
"typeArguments": [
{
"type": "intrinsic",
"name": "string"
},
{
"type": "intrinsic",
"name": "any"
}
],
"qualifiedName": "Record",
"package": "typescript",
"name": "Record"
},
{
"type": "intrinsic",
"name": "string"
},
{
"type": "reference",
"qualifiedName": "PublicProps",
"package": "@vue/runtime-core",
"name": "PublicProps"
},
{
"type": "reference",
"typeArguments": [
{
"type": "reference",
"typeArguments": [
{
"type": "reflection",
"declaration": {
"id": 56,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 57,
"name": "blockId",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 58,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 60,
"name": "required",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "literal",
"value": true
},
"defaultValue": "true"
},
{
"id": 59,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"qualifiedName": "StringConstructor",
"package": "typescript",
"name": "StringConstructor"
},
"defaultValue": "String"
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
60,
59
]
}
]
}
},
"defaultValue": "..."
},
{
"id": 61,
"name": "data",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 62,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 64,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 65,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 66,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "reference",
"id": 817,
"name": "IHeadingData"
}
}
]
}
},
"defaultValue": "getDefaultData"
},
{
"id": 63,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 817,
"name": "IHeadingData"
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
64,
63
]
}
]
}
},
"defaultValue": "..."
},
{
"id": 85,
"name": "onActivateNext",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 86,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 88,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 89,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 90,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
},
"defaultValue": "..."
},
{
"id": 87,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"name": "OnActivateNextCb"
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
88,
87
]
}
]
}
},
"defaultValue": "..."
},
{
"id": 91,
"name": "onActivatePrevious",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 92,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 94,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 95,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 96,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
},
"defaultValue": "..."
},
{
"id": 93,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"name": "OnActivatePreviousCb"
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
94,
93
]
}
]
}
},
"defaultValue": "..."
},
{
"id": 73,
"name": "onAppendBlock",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 74,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 76,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 77,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 78,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
},
"defaultValue": "..."
},
{
"id": 75,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"name": "OnAppendBlockCb"
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
76,
75
]
}
]
}
},
"defaultValue": "..."
},
{
"id": 79,
"name": "onRemoveSelf",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 80,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 82,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 83,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 84,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
},
"defaultValue": "..."
},
{
"id": 81,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"name": "OnRemoveSelfCb"
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
82,
81
]
}
]
}
},
"defaultValue": "..."
},
{
"id": 67,
"name": "onUpdate",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 68,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 70,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 71,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 72,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
},
"defaultValue": "..."
},
{
"id": 69,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 817,
"name": "IHeadingData"
}
],
"name": "OnUpdateSelfCb"
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
70,
69
]
}
]
}
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
57,
61,
85,
91,
73,
79,
67
]
}
]
}
}
],
"qualifiedName": "ExtractPropTypes",
"package": "@vue/runtime-core",
"name": "ExtractPropTypes"
}
],
"qualifiedName": "Readonly",
"package": "typescript",
"name": "Readonly"
},
{
"type": "reflection",
"declaration": {
"id": 97,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 98,
"name": "data",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"id": 817,
"name": "IHeadingData"
}
},
{
"id": 102,
"name": "onActivateNext",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"name": "OnActivateNextCb"
}
},
{
"id": 103,
"name": "onActivatePrevious",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"name": "OnActivatePreviousCb"
}
},
{
"id": 100,
"name": "onAppendBlock",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"name": "OnAppendBlockCb"
}
},
{
"id": 101,
"name": "onRemoveSelf",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"name": "OnRemoveSelfCb"
}
},
{
"id": 99,
"name": "onUpdate",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 817,
"name": "IHeadingData"
}
],
"name": "OnUpdateSelfCb"
}
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
98,
102,
103,
100,
101,
99
]
}
]
}
}
],
"qualifiedName": "DefineComponent",
"package": "@vue/runtime-core",
"name": "DefineComponent"
},
"defaultValue": "..."
},
{
"id": 7,
"name": "getDefaultData",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 8,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 9,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "reference",
"id": 817,
"name": "IHeadingData"
}
}
]
}
}
},
{
"id": 6,
"name": "name",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 104,
"name": "view",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reflection",
"declaration": {
"id": 105,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 106,
"name": "data",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 107,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 109,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 110,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 111,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "reference",
"id": 817,
"name": "IHeadingData"
}
}
]
}
},
"defaultValue": "getDefaultData"
},
{
"id": 108,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 817,
"name": "IHeadingData"
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
109,
108
]
}
]
}
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
106
]
}
]
}
},
{
"type": "reflection",
"declaration": {
"id": 112,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 113,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"qualifiedName": "RendererNode",
"package": "@vue/runtime-core",
"name": "RendererNode"
},
{
"type": "reference",
"qualifiedName": "RendererElement",
"package": "@vue/runtime-core",
"name": "RendererElement"
},
{
"type": "reflection",
"declaration": {
"id": 114,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"indexSignature": {
"id": 115,
"name": "__index",
"kind": 8192,
"kindString": "Index signature",
"flags": {},
"parameters": [
{
"id": 116,
"name": "key",
"kind": 32768,
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
}
],
"type": {
"type": "intrinsic",
"name": "any"
}
}
}
}
],
"qualifiedName": "VNode",
"package": "@vue/runtime-core",
"name": "VNode"
}
}
]
}
},
{
"type": "intrinsic",
"name": "unknown"
},
{
"type": "reflection",
"declaration": {
"id": 117,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {}
}
},
{
"type": "reflection",
"declaration": {
"id": 118,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {}
}
},
{
"type": "reference",
"qualifiedName": "ComponentOptionsMixin",
"package": "@vue/runtime-core",
"name": "ComponentOptionsMixin"
},
{
"type": "reference",
"qualifiedName": "ComponentOptionsMixin",
"package": "@vue/runtime-core",
"name": "ComponentOptionsMixin"
},
{
"type": "reference",
"typeArguments": [
{
"type": "intrinsic",
"name": "string"
},
{
"type": "intrinsic",
"name": "any"
}
],
"qualifiedName": "Record",
"package": "typescript",
"name": "Record"
},
{
"type": "intrinsic",
"name": "string"
},
{
"type": "reference",
"qualifiedName": "PublicProps",
"package": "@vue/runtime-core",
"name": "PublicProps"
},
{
"type": "reference",
"typeArguments": [
{
"type": "reference",
"typeArguments": [
{
"type": "reflection",
"declaration": {
"id": 119,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 120,
"name": "data",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 121,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 123,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 124,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 125,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "reference",
"id": 817,
"name": "IHeadingData"
}
}
]
}
},
"defaultValue": "getDefaultData"
},
{
"id": 122,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 817,
"name": "IHeadingData"
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
123,
122
]
}
]
}
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
120
]
}
]
}
}
],
"qualifiedName": "ExtractPropTypes",
"package": "@vue/runtime-core",
"name": "ExtractPropTypes"
}
],
"qualifiedName": "Readonly",
"package": "typescript",
"name": "Readonly"
},
{
"type": "reflection",
"declaration": {
"id": 126,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 127,
"name": "data",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"id": 817,
"name": "IHeadingData"
}
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
127
]
}
]
}
}
],
"qualifiedName": "DefineComponent",
"package": "@vue/runtime-core",
"name": "DefineComponent"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
10,
7,
6,
104
]
}
]
}
}
},
{
"id": 3,
"name": "name",
"kind": 32,
"kindString": "Variable",
"flags": {
"isConst": true
},
"sources": [
{
"fileName": "heading/lib/index.ts",
"line": 5,
"character": 13
}
],
"type": {
"type": "literal",
"value": "sb-heading"
},
"defaultValue": "'sb-heading'"
},
{
"id": 821,
"name": "getDefaultData",
"kind": 64,
"kindString": "Function",
"flags": {},
"sources": [
{
"fileName": "heading/lib/util.ts",
"line": 7,
"character": 13
}
],
"signatures": [
{
"id": 822,
"name": "getDefaultData",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "reference",
"id": 817,
"name": "IHeadingData"
}
}
]
}
],
"groups": [
{
"title": "Interfaces",
"kind": 256,
"children": [
817
]
},
{
"title": "Properties",
"kind": 1024,
"children": [
4
]
},
{
"title": "Variables",
"kind": 32,
"children": [
3
]
},
{
"title": "Functions",
"kind": 64,
"children": [
821
]
}
],
"sources": [
{
"fileName": "heading/lib/index.ts",
"line": 1,
"character": 0
}
]
},
{
"id": 351,
"name": "@schlechtenburg/image",
"kind": 2,
"kindString": "Module",
"flags": {},
"children": [
{
"id": 852,
"name": "IImageData",
"kind": 256,
"kindString": "Interface",
"flags": {},
"children": [
{
"id": 854,
"name": "alt",
"kind": 1024,
"kindString": "Property",
"flags": {},
"sources": [
{
"fileName": "image/lib/util.ts",
"line": 13,
"character": 2
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 855,
"name": "description",
"kind": 1024,
"kindString": "Property",
"flags": {},
"sources": [
{
"fileName": "image/lib/util.ts",
"line": 14,
"character": 2
}
],
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"name": "IParagraphData"
}
],
"name": "IBlockData"
}
},
{
"id": 853,
"name": "src",
"kind": 1024,
"kindString": "Property",
"flags": {},
"sources": [
{
"fileName": "image/lib/util.ts",
"line": 12,
"character": 2
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
854,
855,
853
]
}
],
"sources": [
{
"fileName": "image/lib/util.ts",
"line": 11,
"character": 17
}
]
},
{
"id": 353,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 354,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 359,
"name": "edit",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reflection",
"declaration": {
"id": 360,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 367,
"name": "data",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 368,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 370,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 371,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 372,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "reference",
"id": 852,
"name": "IImageData"
}
}
]
}
},
"defaultValue": "getDefaultData"
},
{
"id": 369,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 852,
"name": "IImageData"
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
370,
369
]
}
]
}
},
"defaultValue": "..."
},
{
"id": 361,
"name": "onUpdate",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 362,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 364,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 365,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 366,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
},
"defaultValue": "..."
},
{
"id": 363,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 852,
"name": "IImageData"
}
],
"name": "OnUpdateSelfCb"
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
364,
363
]
}
]
}
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
367,
361
]
}
]
}
},
{
"type": "reflection",
"declaration": {
"id": 373,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 374,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "reference",
"qualifiedName": "global.JSX.Element",
"package": "@vue/runtime-dom",
"name": "Element"
}
}
]
}
},
{
"type": "intrinsic",
"name": "unknown"
},
{
"type": "reflection",
"declaration": {
"id": 375,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {}
}
},
{
"type": "reflection",
"declaration": {
"id": 376,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {}
}
},
{
"type": "reference",
"qualifiedName": "ComponentOptionsMixin",
"package": "@vue/runtime-core",
"name": "ComponentOptionsMixin"
},
{
"type": "reference",
"qualifiedName": "ComponentOptionsMixin",
"package": "@vue/runtime-core",
"name": "ComponentOptionsMixin"
},
{
"type": "reference",
"typeArguments": [
{
"type": "intrinsic",
"name": "string"
},
{
"type": "intrinsic",
"name": "any"
}
],
"qualifiedName": "Record",
"package": "typescript",
"name": "Record"
},
{
"type": "intrinsic",
"name": "string"
},
{
"type": "reference",
"qualifiedName": "PublicProps",
"package": "@vue/runtime-core",
"name": "PublicProps"
},
{
"type": "reference",
"typeArguments": [
{
"type": "reference",
"typeArguments": [
{
"type": "reflection",
"declaration": {
"id": 377,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 384,
"name": "data",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 385,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 387,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 388,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 389,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "reference",
"id": 852,
"name": "IImageData"
}
}
]
}
},
"defaultValue": "getDefaultData"
},
{
"id": 386,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 852,
"name": "IImageData"
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
387,
386
]
}
]
}
},
"defaultValue": "..."
},
{
"id": 378,
"name": "onUpdate",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 379,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 381,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 382,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 383,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
},
"defaultValue": "..."
},
{
"id": 380,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 852,
"name": "IImageData"
}
],
"name": "OnUpdateSelfCb"
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
381,
380
]
}
]
}
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
384,
378
]
}
]
}
}
],
"qualifiedName": "ExtractPropTypes",
"package": "@vue/runtime-core",
"name": "ExtractPropTypes"
}
],
"qualifiedName": "Readonly",
"package": "typescript",
"name": "Readonly"
},
{
"type": "reflection",
"declaration": {
"id": 390,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 392,
"name": "data",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"id": 852,
"name": "IImageData"
}
},
{
"id": 391,
"name": "onUpdate",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 852,
"name": "IImageData"
}
],
"name": "OnUpdateSelfCb"
}
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
392,
391
]
}
]
}
}
],
"qualifiedName": "DefineComponent",
"package": "@vue/runtime-core",
"name": "DefineComponent"
},
"defaultValue": "..."
},
{
"id": 356,
"name": "getDefaultData",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 357,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 358,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "reference",
"id": 852,
"name": "IImageData"
}
}
]
}
}
},
{
"id": 355,
"name": "name",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 393,
"name": "view",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reflection",
"declaration": {
"id": 394,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 395,
"name": "data",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 396,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 398,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 399,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 400,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "reference",
"id": 852,
"name": "IImageData"
}
}
]
}
},
"defaultValue": "getDefaultData"
},
{
"id": 397,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 852,
"name": "IImageData"
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
398,
397
]
}
]
}
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
395
]
}
]
}
},
{
"type": "reflection",
"declaration": {
"id": 401,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 402,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "reference",
"qualifiedName": "global.JSX.Element",
"package": "@vue/runtime-dom",
"name": "Element"
}
}
]
}
},
{
"type": "intrinsic",
"name": "unknown"
},
{
"type": "reflection",
"declaration": {
"id": 403,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {}
}
},
{
"type": "reflection",
"declaration": {
"id": 404,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {}
}
},
{
"type": "reference",
"qualifiedName": "ComponentOptionsMixin",
"package": "@vue/runtime-core",
"name": "ComponentOptionsMixin"
},
{
"type": "reference",
"qualifiedName": "ComponentOptionsMixin",
"package": "@vue/runtime-core",
"name": "ComponentOptionsMixin"
},
{
"type": "reference",
"typeArguments": [
{
"type": "intrinsic",
"name": "string"
},
{
"type": "intrinsic",
"name": "any"
}
],
"qualifiedName": "Record",
"package": "typescript",
"name": "Record"
},
{
"type": "intrinsic",
"name": "string"
},
{
"type": "reference",
"qualifiedName": "PublicProps",
"package": "@vue/runtime-core",
"name": "PublicProps"
},
{
"type": "reference",
"typeArguments": [
{
"type": "reference",
"typeArguments": [
{
"type": "reflection",
"declaration": {
"id": 405,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 406,
"name": "data",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 407,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 409,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 410,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 411,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "reference",
"id": 852,
"name": "IImageData"
}
}
]
}
},
"defaultValue": "getDefaultData"
},
{
"id": 408,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 852,
"name": "IImageData"
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
409,
408
]
}
]
}
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
406
]
}
]
}
}
],
"qualifiedName": "ExtractPropTypes",
"package": "@vue/runtime-core",
"name": "ExtractPropTypes"
}
],
"qualifiedName": "Readonly",
"package": "typescript",
"name": "Readonly"
},
{
"type": "reflection",
"declaration": {
"id": 412,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 413,
"name": "data",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"id": 852,
"name": "IImageData"
}
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
413
]
}
]
}
}
],
"qualifiedName": "DefineComponent",
"package": "@vue/runtime-core",
"name": "DefineComponent"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
359,
356,
355,
393
]
}
]
}
}
},
{
"id": 352,
"name": "name",
"kind": 32,
"kindString": "Variable",
"flags": {
"isConst": true
},
"sources": [
{
"fileName": "image/lib/index.ts",
"line": 5,
"character": 13
}
],
"type": {
"type": "literal",
"value": "sb-image"
},
"defaultValue": "'sb-image'"
},
{
"id": 856,
"name": "getDefaultData",
"kind": 64,
"kindString": "Function",
"flags": {},
"sources": [
{
"fileName": "image/lib/util.ts",
"line": 17,
"character": 13
}
],
"signatures": [
{
"id": 857,
"name": "getDefaultData",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "reference",
"id": 852,
"name": "IImageData"
}
}
]
}
],
"groups": [
{
"title": "Interfaces",
"kind": 256,
"children": [
852
]
},
{
"title": "Properties",
"kind": 1024,
"children": [
353
]
},
{
"title": "Variables",
"kind": 32,
"children": [
352
]
},
{
"title": "Functions",
"kind": 64,
"children": [
856
]
}
],
"sources": [
{
"fileName": "image/lib/index.ts",
"line": 1,
"character": 0
}
]
},
{
"id": 288,
"name": "@schlechtenburg/layout",
"kind": 2,
"kindString": "Module",
"flags": {},
"children": [
{
"id": 847,
"name": "ILayoutData",
"kind": 256,
"kindString": "Interface",
"flags": {},
"children": [
{
"id": 849,
"name": "children",
"kind": 1024,
"kindString": "Property",
"flags": {},
"sources": [
{
"fileName": "layout/lib/util.ts",
"line": 5,
"character": 2
}
],
"type": {
"type": "array",
"elementType": {
"type": "reference",
"typeArguments": [
{
"type": "intrinsic",
"name": "any"
}
],
"name": "IBlockData"
}
}
},
{
"id": 848,
"name": "orientation",
"kind": 1024,
"kindString": "Property",
"flags": {},
"sources": [
{
"fileName": "layout/lib/util.ts",
"line": 4,
"character": 2
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
849,
848
]
}
],
"sources": [
{
"fileName": "layout/lib/util.ts",
"line": 3,
"character": 17
}
]
},
{
"id": 290,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 291,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 296,
"name": "edit",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reflection",
"declaration": {
"id": 297,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 304,
"name": "data",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 305,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 307,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 308,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 309,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "reference",
"id": 847,
"name": "ILayoutData"
}
}
]
}
},
"defaultValue": "getDefaultData"
},
{
"id": 306,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 847,
"name": "ILayoutData"
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
307,
306
]
}
]
}
},
"defaultValue": "..."
},
{
"id": 298,
"name": "onUpdate",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 299,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 301,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 302,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 303,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
},
"defaultValue": "..."
},
{
"id": 300,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 847,
"name": "ILayoutData"
}
],
"name": "OnUpdateSelfCb"
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
301,
300
]
}
]
}
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
304,
298
]
}
]
}
},
{
"type": "reflection",
"declaration": {
"id": 310,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 311,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "reference",
"qualifiedName": "global.JSX.Element",
"package": "@vue/runtime-dom",
"name": "Element"
}
}
]
}
},
{
"type": "intrinsic",
"name": "unknown"
},
{
"type": "reflection",
"declaration": {
"id": 312,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {}
}
},
{
"type": "reflection",
"declaration": {
"id": 313,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {}
}
},
{
"type": "reference",
"qualifiedName": "ComponentOptionsMixin",
"package": "@vue/runtime-core",
"name": "ComponentOptionsMixin"
},
{
"type": "reference",
"qualifiedName": "ComponentOptionsMixin",
"package": "@vue/runtime-core",
"name": "ComponentOptionsMixin"
},
{
"type": "reference",
"typeArguments": [
{
"type": "intrinsic",
"name": "string"
},
{
"type": "intrinsic",
"name": "any"
}
],
"qualifiedName": "Record",
"package": "typescript",
"name": "Record"
},
{
"type": "intrinsic",
"name": "string"
},
{
"type": "reference",
"qualifiedName": "PublicProps",
"package": "@vue/runtime-core",
"name": "PublicProps"
},
{
"type": "reference",
"typeArguments": [
{
"type": "reference",
"typeArguments": [
{
"type": "reflection",
"declaration": {
"id": 314,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 321,
"name": "data",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 322,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 324,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 325,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 326,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "reference",
"id": 847,
"name": "ILayoutData"
}
}
]
}
},
"defaultValue": "getDefaultData"
},
{
"id": 323,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 847,
"name": "ILayoutData"
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
324,
323
]
}
]
}
},
"defaultValue": "..."
},
{
"id": 315,
"name": "onUpdate",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 316,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 318,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 319,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 320,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
},
"defaultValue": "..."
},
{
"id": 317,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 847,
"name": "ILayoutData"
}
],
"name": "OnUpdateSelfCb"
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
318,
317
]
}
]
}
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
321,
315
]
}
]
}
}
],
"qualifiedName": "ExtractPropTypes",
"package": "@vue/runtime-core",
"name": "ExtractPropTypes"
}
],
"qualifiedName": "Readonly",
"package": "typescript",
"name": "Readonly"
},
{
"type": "reflection",
"declaration": {
"id": 327,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 329,
"name": "data",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"id": 847,
"name": "ILayoutData"
}
},
{
"id": 328,
"name": "onUpdate",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 847,
"name": "ILayoutData"
}
],
"name": "OnUpdateSelfCb"
}
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
329,
328
]
}
]
}
}
],
"qualifiedName": "DefineComponent",
"package": "@vue/runtime-core",
"name": "DefineComponent"
},
"defaultValue": "..."
},
{
"id": 293,
"name": "getDefaultData",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 294,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 295,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "reference",
"id": 847,
"name": "ILayoutData"
}
}
]
}
}
},
{
"id": 292,
"name": "name",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 330,
"name": "view",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reflection",
"declaration": {
"id": 331,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 332,
"name": "data",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 333,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 335,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 336,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 337,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "reference",
"id": 847,
"name": "ILayoutData"
}
}
]
}
},
"defaultValue": "getDefaultData"
},
{
"id": 334,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 847,
"name": "ILayoutData"
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
335,
334
]
}
]
}
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
332
]
}
]
}
},
{
"type": "reflection",
"declaration": {
"id": 338,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 339,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "reference",
"qualifiedName": "global.JSX.Element",
"package": "@vue/runtime-dom",
"name": "Element"
}
}
]
}
},
{
"type": "intrinsic",
"name": "unknown"
},
{
"type": "reflection",
"declaration": {
"id": 340,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {}
}
},
{
"type": "reflection",
"declaration": {
"id": 341,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {}
}
},
{
"type": "reference",
"qualifiedName": "ComponentOptionsMixin",
"package": "@vue/runtime-core",
"name": "ComponentOptionsMixin"
},
{
"type": "reference",
"qualifiedName": "ComponentOptionsMixin",
"package": "@vue/runtime-core",
"name": "ComponentOptionsMixin"
},
{
"type": "reference",
"typeArguments": [
{
"type": "intrinsic",
"name": "string"
},
{
"type": "intrinsic",
"name": "any"
}
],
"qualifiedName": "Record",
"package": "typescript",
"name": "Record"
},
{
"type": "intrinsic",
"name": "string"
},
{
"type": "reference",
"qualifiedName": "PublicProps",
"package": "@vue/runtime-core",
"name": "PublicProps"
},
{
"type": "reference",
"typeArguments": [
{
"type": "reference",
"typeArguments": [
{
"type": "reflection",
"declaration": {
"id": 342,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 343,
"name": "data",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 344,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 346,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 347,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 348,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "reference",
"id": 847,
"name": "ILayoutData"
}
}
]
}
},
"defaultValue": "getDefaultData"
},
{
"id": 345,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 847,
"name": "ILayoutData"
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
346,
345
]
}
]
}
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
343
]
}
]
}
}
],
"qualifiedName": "ExtractPropTypes",
"package": "@vue/runtime-core",
"name": "ExtractPropTypes"
}
],
"qualifiedName": "Readonly",
"package": "typescript",
"name": "Readonly"
},
{
"type": "reflection",
"declaration": {
"id": 349,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 350,
"name": "data",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"id": 847,
"name": "ILayoutData"
}
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
350
]
}
]
}
}
],
"qualifiedName": "DefineComponent",
"package": "@vue/runtime-core",
"name": "DefineComponent"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
296,
293,
292,
330
]
}
]
}
}
},
{
"id": 289,
"name": "name",
"kind": 32,
"kindString": "Variable",
"flags": {
"isConst": true
},
"sources": [
{
"fileName": "layout/lib/index.ts",
"line": 5,
"character": 13
}
],
"type": {
"type": "literal",
"value": "sb-layout"
},
"defaultValue": "'sb-layout'"
},
{
"id": 850,
"name": "getDefaultData",
"kind": 64,
"kindString": "Function",
"flags": {},
"sources": [
{
"fileName": "layout/lib/util.ts",
"line": 8,
"character": 13
}
],
"signatures": [
{
"id": 851,
"name": "getDefaultData",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "reference",
"id": 847,
"name": "ILayoutData"
}
}
]
}
],
"groups": [
{
"title": "Interfaces",
"kind": 256,
"children": [
847
]
},
{
"title": "Properties",
"kind": 1024,
"children": [
290
]
},
{
"title": "Variables",
"kind": 32,
"children": [
289
]
},
{
"title": "Functions",
"kind": 64,
"children": [
850
]
}
],
"sources": [
{
"fileName": "layout/lib/index.ts",
"line": 1,
"character": 0
}
]
},
{
"id": 129,
"name": "@schlechtenburg/paragraph",
"kind": 2,
"kindString": "Module",
"flags": {},
"children": [
{
"id": 842,
"name": "IParagraphData",
"kind": 256,
"kindString": "Interface",
"flags": {},
"children": [
{
"id": 844,
"name": "align",
"kind": 1024,
"kindString": "Property",
"flags": {},
"sources": [
{
"fileName": "paragraph/lib/util.ts",
"line": 3,
"character": 2
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 843,
"name": "value",
"kind": 1024,
"kindString": "Property",
"flags": {},
"sources": [
{
"fileName": "paragraph/lib/util.ts",
"line": 2,
"character": 2
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
844,
843
]
}
],
"sources": [
{
"fileName": "paragraph/lib/util.ts",
"line": 1,
"character": 17
}
]
},
{
"id": 131,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 132,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 137,
"name": "edit",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reflection",
"declaration": {
"id": 138,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 139,
"name": "blockId",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 140,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 142,
"name": "required",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "literal",
"value": true
},
"defaultValue": "true"
},
{
"id": 141,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"qualifiedName": "StringConstructor",
"package": "typescript",
"name": "StringConstructor"
},
"defaultValue": "String"
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
142,
141
]
}
]
}
},
"defaultValue": "..."
},
{
"id": 143,
"name": "data",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 144,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 146,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 147,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 148,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "reference",
"id": 842,
"name": "IParagraphData"
}
}
]
}
},
"defaultValue": "getDefaultData"
},
{
"id": 145,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 842,
"name": "IParagraphData"
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
146,
145
]
}
]
}
},
"defaultValue": "..."
},
{
"id": 175,
"name": "onActivateNext",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 176,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 180,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 181,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 182,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
},
"defaultValue": "..."
},
{
"id": 177,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reflection",
"declaration": {
"id": 178,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 179,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
180,
177
]
}
]
}
},
"defaultValue": "..."
},
{
"id": 183,
"name": "onActivatePrevious",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 184,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 188,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 189,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 190,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
},
"defaultValue": "..."
},
{
"id": 185,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reflection",
"declaration": {
"id": 186,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 187,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
188,
185
]
}
]
}
},
"defaultValue": "..."
},
{
"id": 158,
"name": "onAppendBlock",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 159,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 164,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 165,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 166,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
},
"defaultValue": "..."
},
{
"id": 160,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reflection",
"declaration": {
"id": 161,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 162,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"parameters": [
{
"id": 163,
"name": "block",
"kind": 32768,
"kindString": "Parameter",
"flags": {
"isOptional": true
},
"type": {
"type": "intrinsic",
"name": "any"
}
}
],
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
164,
160
]
}
]
}
},
"defaultValue": "..."
},
{
"id": 167,
"name": "onRemoveSelf",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 168,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 172,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 173,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 174,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
},
"defaultValue": "..."
},
{
"id": 169,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reflection",
"declaration": {
"id": 170,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 171,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
172,
169
]
}
]
}
},
"defaultValue": "..."
},
{
"id": 149,
"name": "onUpdate",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 150,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 155,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 156,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 157,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
},
"defaultValue": "..."
},
{
"id": 151,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reflection",
"declaration": {
"id": 152,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 153,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"parameters": [
{
"id": 154,
"name": "block",
"kind": 32768,
"kindString": "Parameter",
"flags": {
"isOptional": true
},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 842,
"name": "IParagraphData"
}
],
"qualifiedName": "Partial",
"package": "typescript",
"name": "Partial"
}
}
],
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
155,
151
]
}
]
}
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
139,
143,
175,
183,
158,
167,
149
]
}
]
}
},
{
"type": "reflection",
"declaration": {
"id": 191,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 192,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "reference",
"qualifiedName": "global.JSX.Element",
"package": "@vue/runtime-dom",
"name": "Element"
}
}
]
}
},
{
"type": "intrinsic",
"name": "unknown"
},
{
"type": "reflection",
"declaration": {
"id": 193,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {}
}
},
{
"type": "reflection",
"declaration": {
"id": 194,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {}
}
},
{
"type": "reference",
"qualifiedName": "ComponentOptionsMixin",
"package": "@vue/runtime-core",
"name": "ComponentOptionsMixin"
},
{
"type": "reference",
"qualifiedName": "ComponentOptionsMixin",
"package": "@vue/runtime-core",
"name": "ComponentOptionsMixin"
},
{
"type": "reference",
"typeArguments": [
{
"type": "intrinsic",
"name": "string"
},
{
"type": "intrinsic",
"name": "any"
}
],
"qualifiedName": "Record",
"package": "typescript",
"name": "Record"
},
{
"type": "intrinsic",
"name": "string"
},
{
"type": "reference",
"qualifiedName": "PublicProps",
"package": "@vue/runtime-core",
"name": "PublicProps"
},
{
"type": "reference",
"typeArguments": [
{
"type": "reference",
"typeArguments": [
{
"type": "reflection",
"declaration": {
"id": 195,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 196,
"name": "blockId",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 197,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 199,
"name": "required",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "literal",
"value": true
},
"defaultValue": "true"
},
{
"id": 198,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"qualifiedName": "StringConstructor",
"package": "typescript",
"name": "StringConstructor"
},
"defaultValue": "String"
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
199,
198
]
}
]
}
},
"defaultValue": "..."
},
{
"id": 200,
"name": "data",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 201,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 203,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 204,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 205,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "reference",
"id": 842,
"name": "IParagraphData"
}
}
]
}
},
"defaultValue": "getDefaultData"
},
{
"id": 202,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 842,
"name": "IParagraphData"
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
203,
202
]
}
]
}
},
"defaultValue": "..."
},
{
"id": 232,
"name": "onActivateNext",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 233,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 237,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 238,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 239,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
},
"defaultValue": "..."
},
{
"id": 234,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reflection",
"declaration": {
"id": 235,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 236,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
237,
234
]
}
]
}
},
"defaultValue": "..."
},
{
"id": 240,
"name": "onActivatePrevious",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 241,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 245,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 246,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 247,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
},
"defaultValue": "..."
},
{
"id": 242,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reflection",
"declaration": {
"id": 243,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 244,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
245,
242
]
}
]
}
},
"defaultValue": "..."
},
{
"id": 215,
"name": "onAppendBlock",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 216,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 221,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 222,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 223,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
},
"defaultValue": "..."
},
{
"id": 217,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reflection",
"declaration": {
"id": 218,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 219,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"parameters": [
{
"id": 220,
"name": "block",
"kind": 32768,
"kindString": "Parameter",
"flags": {
"isOptional": true
},
"type": {
"type": "intrinsic",
"name": "any"
}
}
],
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
221,
217
]
}
]
}
},
"defaultValue": "..."
},
{
"id": 224,
"name": "onRemoveSelf",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 225,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 229,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 230,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 231,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
},
"defaultValue": "..."
},
{
"id": 226,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reflection",
"declaration": {
"id": 227,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 228,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
229,
226
]
}
]
}
},
"defaultValue": "..."
},
{
"id": 206,
"name": "onUpdate",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 207,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 212,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 213,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 214,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
},
"defaultValue": "..."
},
{
"id": 208,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reflection",
"declaration": {
"id": 209,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 210,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"parameters": [
{
"id": 211,
"name": "block",
"kind": 32768,
"kindString": "Parameter",
"flags": {
"isOptional": true
},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 842,
"name": "IParagraphData"
}
],
"qualifiedName": "Partial",
"package": "typescript",
"name": "Partial"
}
}
],
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
212,
208
]
}
]
}
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
196,
200,
232,
240,
215,
224,
206
]
}
]
}
}
],
"qualifiedName": "ExtractPropTypes",
"package": "@vue/runtime-core",
"name": "ExtractPropTypes"
}
],
"qualifiedName": "Readonly",
"package": "typescript",
"name": "Readonly"
},
{
"type": "reflection",
"declaration": {
"id": 248,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 249,
"name": "data",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"id": 842,
"name": "IParagraphData"
}
},
{
"id": 261,
"name": "onActivateNext",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 262,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 263,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
}
},
{
"id": 264,
"name": "onActivatePrevious",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 265,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 266,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
}
},
{
"id": 254,
"name": "onAppendBlock",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 255,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 256,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"parameters": [
{
"id": 257,
"name": "block",
"kind": 32768,
"kindString": "Parameter",
"flags": {
"isOptional": true
},
"type": {
"type": "intrinsic",
"name": "any"
}
}
],
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
}
},
{
"id": 258,
"name": "onRemoveSelf",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 259,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 260,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
}
},
{
"id": 250,
"name": "onUpdate",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 251,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 252,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"parameters": [
{
"id": 253,
"name": "block",
"kind": 32768,
"kindString": "Parameter",
"flags": {
"isOptional": true
},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 842,
"name": "IParagraphData"
}
],
"qualifiedName": "Partial",
"package": "typescript",
"name": "Partial"
}
}
],
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
}
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
249,
261,
264,
254,
258,
250
]
}
]
}
}
],
"qualifiedName": "DefineComponent",
"package": "@vue/runtime-core",
"name": "DefineComponent"
},
"defaultValue": "..."
},
{
"id": 134,
"name": "getDefaultData",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 135,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 136,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "reference",
"id": 842,
"name": "IParagraphData"
}
}
]
}
}
},
{
"id": 133,
"name": "name",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 267,
"name": "view",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reflection",
"declaration": {
"id": 268,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 269,
"name": "data",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 270,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 272,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 273,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 274,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "reference",
"id": 842,
"name": "IParagraphData"
}
}
]
}
},
"defaultValue": "getDefaultData"
},
{
"id": 271,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 842,
"name": "IParagraphData"
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
272,
271
]
}
]
}
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
269
]
}
]
}
},
{
"type": "reflection",
"declaration": {
"id": 275,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 276,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "reference",
"qualifiedName": "global.JSX.Element",
"package": "@vue/runtime-dom",
"name": "Element"
}
}
]
}
},
{
"type": "intrinsic",
"name": "unknown"
},
{
"type": "reflection",
"declaration": {
"id": 277,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {}
}
},
{
"type": "reflection",
"declaration": {
"id": 278,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {}
}
},
{
"type": "reference",
"qualifiedName": "ComponentOptionsMixin",
"package": "@vue/runtime-core",
"name": "ComponentOptionsMixin"
},
{
"type": "reference",
"qualifiedName": "ComponentOptionsMixin",
"package": "@vue/runtime-core",
"name": "ComponentOptionsMixin"
},
{
"type": "reference",
"typeArguments": [
{
"type": "intrinsic",
"name": "string"
},
{
"type": "intrinsic",
"name": "any"
}
],
"qualifiedName": "Record",
"package": "typescript",
"name": "Record"
},
{
"type": "intrinsic",
"name": "string"
},
{
"type": "reference",
"qualifiedName": "PublicProps",
"package": "@vue/runtime-core",
"name": "PublicProps"
},
{
"type": "reference",
"typeArguments": [
{
"type": "reference",
"typeArguments": [
{
"type": "reflection",
"declaration": {
"id": 279,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 280,
"name": "data",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 281,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 283,
"name": "default",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 284,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 285,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "reference",
"id": 842,
"name": "IParagraphData"
}
}
]
}
},
"defaultValue": "getDefaultData"
},
{
"id": 282,
"name": "type",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reference",
"id": 842,
"name": "IParagraphData"
}
],
"qualifiedName": "PropType",
"package": "@vue/runtime-core",
"name": "PropType"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
283,
282
]
}
]
}
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
280
]
}
]
}
}
],
"qualifiedName": "ExtractPropTypes",
"package": "@vue/runtime-core",
"name": "ExtractPropTypes"
}
],
"qualifiedName": "Readonly",
"package": "typescript",
"name": "Readonly"
},
{
"type": "reflection",
"declaration": {
"id": 286,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 287,
"name": "data",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"id": 842,
"name": "IParagraphData"
}
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
287
]
}
]
}
}
],
"qualifiedName": "DefineComponent",
"package": "@vue/runtime-core",
"name": "DefineComponent"
},
"defaultValue": "..."
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
137,
134,
133,
267
]
}
]
}
}
},
{
"id": 130,
"name": "name",
"kind": 32,
"kindString": "Variable",
"flags": {
"isConst": true
},
"sources": [
{
"fileName": "paragraph/lib/index.ts",
"line": 5,
"character": 13
}
],
"type": {
"type": "literal",
"value": "sb-paragraph"
},
"defaultValue": "'sb-paragraph'"
},
{
"id": 845,
"name": "getDefaultData",
"kind": 64,
"kindString": "Function",
"flags": {},
"sources": [
{
"fileName": "paragraph/lib/util.ts",
"line": 6,
"character": 13
}
],
"signatures": [
{
"id": 846,
"name": "getDefaultData",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "reference",
"id": 842,
"name": "IParagraphData"
}
}
]
}
],
"groups": [
{
"title": "Interfaces",
"kind": 256,
"children": [
842
]
},
{
"title": "Properties",
"kind": 1024,
"children": [
131
]
},
{
"title": "Variables",
"kind": 32,
"children": [
130
]
},
{
"title": "Functions",
"kind": 64,
"children": [
845
]
}
],
"sources": [
{
"fileName": "paragraph/lib/index.ts",
"line": 1,
"character": 0
}
]
},
{
"id": 128,
"name": "@schlechtenburg/standalone",
"kind": 2,
"kindString": "Module",
"flags": {},
"children": [
{
"id": 823,
"name": "startSchlechtenburg",
"kind": 64,
"kindString": "Function",
"flags": {},
"sources": [
{
"fileName": "standalone/lib/main.ts",
"line": 16,
"character": 13
}
],
"signatures": [
{
"id": 824,
"name": "startSchlechtenburg",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "Initializes the Schlechtenburg editor",
"returns": "A set of functions to interact with the live Schlechtenburg instance\n",
"tags": [
{
"tag": "see",
"text": "ISbMainProps"
},
{
"tag": "see",
"text": "SbMain\n"
}
]
},
"parameters": [
{
"id": 825,
"name": "el",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The element on which the editor schould be mounted"
},
"type": {
"type": "union",
"types": [
{
"type": "intrinsic",
"name": "string"
},
{
"type": "reference",
"qualifiedName": "HTMLElement",
"package": "typescript",
"name": "HTMLElement"
}
]
}
},
{
"id": 826,
"name": "props",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"shortText": "The Schlechtenburg props\n"
},
"type": {
"type": "reference",
"name": "ISbMainProps"
}
}
],
"type": {
"type": "reference",
"typeArguments": [
{
"type": "reflection",
"declaration": {
"id": 827,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"children": [
{
"id": 828,
"name": "getBlock",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 829,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 830,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "union",
"types": [
{
"type": "literal",
"value": null
},
{
"type": "reference",
"typeArguments": [
{
"type": "intrinsic",
"name": "any"
}
],
"name": "IBlockData"
}
]
}
}
]
}
}
},
{
"id": 835,
"name": "getMode",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 836,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 837,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"type": {
"type": "reference",
"name": "SbMode"
}
}
]
}
}
},
{
"id": 831,
"name": "setBlock",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 832,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 833,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"parameters": [
{
"id": 834,
"name": "block",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "reference",
"typeArguments": [
{
"type": "intrinsic",
"name": "any"
}
],
"name": "IBlockData"
}
}
],
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
}
},
{
"id": 838,
"name": "setMode",
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 839,
"name": "__type",
"kind": 65536,
"kindString": "Type literal",
"flags": {},
"signatures": [
{
"id": 840,
"name": "__type",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"parameters": [
{
"id": 841,
"name": "mode",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"type": {
"type": "reference",
"name": "SbMode"
}
}
],
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
}
}
],
"groups": [
{
"title": "Properties",
"kind": 1024,
"children": [
828,
835,
831,
838
]
}
]
}
}
],
"qualifiedName": "Promise",
"package": "typescript",
"name": "Promise"
}
}
]
}
],
"groups": [
{
"title": "Functions",
"kind": 64,
"children": [
823
]
}
],
"sources": [
{
"fileName": "standalone/lib/index.ts",
"line": 1,
"character": 0
}
]
}
],
"groups": [
{
"title": "Modules",
"kind": 2,
"children": [
1,
2,
351,
288,
129,
128
]
}
]
}