From bf0cd849d08ac85cd8df4067d4e1dfe18f11ae2d Mon Sep 17 00:00:00 2001 From: "rete-js[bot]" Date: Sun, 3 Nov 2024 20:13:18 +0000 Subject: [PATCH] docs(api): update API docs for rete-comment-plugin --- .../24.api/13.rete-comment-plugin.typedoc | 274 +++++++++++------- 1 file changed, 165 insertions(+), 109 deletions(-) diff --git a/content/en/docs/24.api/13.rete-comment-plugin.typedoc b/content/en/docs/24.api/13.rete-comment-plugin.typedoc index 9da1b3e4..583b9f57 100644 --- a/content/en/docs/24.api/13.rete-comment-plugin.typedoc +++ b/content/en/docs/24.api/13.rete-comment-plugin.typedoc @@ -31,7 +31,7 @@ "fileName": "extensions/selectable.ts", "line": 13, "character": 16, - "url": "https://github.com/retejs/comment-plugin/blob/51a5da1/src/extensions/selectable.ts#L13" + "url": "https://github.com/retejs/comment-plugin/blob/4ae61fd10ec61a3dbdb9928268d7399f240a11f0/src/extensions/selectable.ts#L13" } ], "signatures": [ @@ -53,11 +53,11 @@ { "fileName": "extensions/selectable.ts", "line": 13, - "character": 0, - "url": "https://github.com/retejs/comment-plugin/blob/51a5da1/src/extensions/selectable.ts#L13" + "character": 16, + "url": "https://github.com/retejs/comment-plugin/blob/4ae61fd10ec61a3dbdb9928268d7399f240a11f0/src/extensions/selectable.ts#L13" } ], - "typeParameter": [ + "typeParameters": [ { "id": 294, "name": "S", @@ -103,14 +103,16 @@ "typeArguments": [ { "type": "reference", - "target": -1, + "target": 294, "name": "S", + "package": "rete-comment-plugin", "refersToTypeParameter": true }, { "type": "reference", - "target": -1, + "target": 295, "name": "K", + "package": "rete-comment-plugin", "refersToTypeParameter": true } ], @@ -187,7 +189,7 @@ "fileName": "extensions/selectable.ts", "line": 13, "character": 122, - "url": "https://github.com/retejs/comment-plugin/blob/51a5da1/src/extensions/selectable.ts#L13" + "url": "https://github.com/retejs/comment-plugin/blob/4ae61fd10ec61a3dbdb9928268d7399f240a11f0/src/extensions/selectable.ts#L13" } ], "signatures": [ @@ -202,7 +204,7 @@ "fileName": "extensions/selectable.ts", "line": 13, "character": 122, - "url": "https://github.com/retejs/comment-plugin/blob/51a5da1/src/extensions/selectable.ts#L13" + "url": "https://github.com/retejs/comment-plugin/blob/4ae61fd10ec61a3dbdb9928268d7399f240a11f0/src/extensions/selectable.ts#L13" } ], "type": { @@ -226,7 +228,7 @@ "fileName": "extensions/selectable.ts", "line": 13, "character": 120, - "url": "https://github.com/retejs/comment-plugin/blob/51a5da1/src/extensions/selectable.ts#L13" + "url": "https://github.com/retejs/comment-plugin/blob/4ae61fd10ec61a3dbdb9928268d7399f240a11f0/src/extensions/selectable.ts#L13" } ] } @@ -254,7 +256,7 @@ "fileName": "extensions/index.ts", "line": 1, "character": 0, - "url": "https://github.com/retejs/comment-plugin/blob/51a5da1/src/extensions/index.ts#L1" + "url": "https://github.com/retejs/comment-plugin/blob/4ae61fd10ec61a3dbdb9928268d7399f240a11f0/src/extensions/index.ts#L1" } ] }, @@ -295,7 +297,7 @@ "fileName": "index.ts", "line": 50, "character": 2, - "url": "https://github.com/retejs/comment-plugin/blob/51a5da1/src/index.ts#L50" + "url": "https://github.com/retejs/comment-plugin/blob/4ae61fd10ec61a3dbdb9928268d7399f240a11f0/src/index.ts#L50" } ], "signatures": [ @@ -310,10 +312,10 @@ "fileName": "index.ts", "line": 50, "character": 2, - "url": "https://github.com/retejs/comment-plugin/blob/51a5da1/src/index.ts#L50" + "url": "https://github.com/retejs/comment-plugin/blob/4ae61fd10ec61a3dbdb9928268d7399f240a11f0/src/index.ts#L50" } ], - "typeParameter": [ + "typeParameters": [ { "id": 40, "name": "Schemes", @@ -345,8 +347,10 @@ "typeArguments": [ { "type": "reference", - "target": -1, + "target": 40, "name": "Schemes", + "package": "rete-comment-plugin", + "qualifiedName": "CommentPlugin.Schemes", "refersToTypeParameter": true } ], @@ -386,14 +390,18 @@ "typeArguments": [ { "type": "reference", - "target": -1, + "target": 40, "name": "Schemes", + "package": "rete-comment-plugin", + "qualifiedName": "CommentPlugin.Schemes", "refersToTypeParameter": true }, { "type": "reference", - "target": -1, + "target": 41, "name": "K", + "package": "rete-comment-plugin", + "qualifiedName": "CommentPlugin.K", "refersToTypeParameter": true } ], @@ -424,9 +432,9 @@ "sources": [ { "fileName": "index.ts", - "line": 202, + "line": 210, "character": 9, - "url": "https://github.com/retejs/comment-plugin/blob/51a5da1/src/index.ts#L202" + "url": "https://github.com/retejs/comment-plugin/blob/4ae61fd10ec61a3dbdb9928268d7399f240a11f0/src/index.ts#L210" } ], "signatures": [ @@ -442,14 +450,25 @@ "kind": "text", "text": "Adds a frame comment. Represents a rectangle with a text and nodes linked to it.\nWhen user translates a comment, all linked nodes will be translated as well.\nWhen user drops a node on a comment, the node will be linked to the comment." } + ], + "blockTags": [ + { + "tag": "@returns", + "content": [ + { + "kind": "text", + "text": "comment that was created" + } + ] + } ] }, "sources": [ { "fileName": "index.ts", - "line": 202, - "character": 2, - "url": "https://github.com/retejs/comment-plugin/blob/51a5da1/src/index.ts#L202" + "line": 210, + "character": 9, + "url": "https://github.com/retejs/comment-plugin/blob/4ae61fd10ec61a3dbdb9928268d7399f240a11f0/src/index.ts#L210" } ], "parameters": [ @@ -497,8 +516,13 @@ } ], "type": { - "type": "intrinsic", - "name": "void" + "type": "reference", + "target": { + "sourceFileName": "src/frame-comment.ts", + "qualifiedName": "FrameComment" + }, + "name": "FrameComment", + "package": "rete-comment-plugin" } } ] @@ -514,9 +538,9 @@ "sources": [ { "fileName": "index.ts", - "line": 178, + "line": 184, "character": 9, - "url": "https://github.com/retejs/comment-plugin/blob/51a5da1/src/index.ts#L178" + "url": "https://github.com/retejs/comment-plugin/blob/4ae61fd10ec61a3dbdb9928268d7399f240a11f0/src/index.ts#L184" } ], "signatures": [ @@ -532,14 +556,25 @@ "kind": "text", "text": "Adds an inline comment which is represented by a block with text at certain position, which is attached to the node.\nWhen user translates a node, the comment will be translated as well.\nWhen user drops a comment on a node, the comment will be linked to the node." } + ], + "blockTags": [ + { + "tag": "@returns", + "content": [ + { + "kind": "text", + "text": "comment that was created" + } + ] + } ] }, "sources": [ { "fileName": "index.ts", - "line": 178, - "character": 2, - "url": "https://github.com/retejs/comment-plugin/blob/51a5da1/src/index.ts#L178" + "line": 184, + "character": 9, + "url": "https://github.com/retejs/comment-plugin/blob/4ae61fd10ec61a3dbdb9928268d7399f240a11f0/src/index.ts#L184" } ], "parameters": [ @@ -613,8 +648,13 @@ } ], "type": { - "type": "intrinsic", - "name": "void" + "type": "reference", + "target": { + "sourceFileName": "src/inline-comment.ts", + "qualifiedName": "InlineComment" + }, + "name": "InlineComment", + "package": "rete-comment-plugin" } } ] @@ -630,9 +670,9 @@ "sources": [ { "fileName": "index.ts", - "line": 286, + "line": 295, "character": 9, - "url": "https://github.com/retejs/comment-plugin/blob/51a5da1/src/index.ts#L286" + "url": "https://github.com/retejs/comment-plugin/blob/4ae61fd10ec61a3dbdb9928268d7399f240a11f0/src/index.ts#L295" } ], "signatures": [ @@ -653,9 +693,9 @@ "sources": [ { "fileName": "index.ts", - "line": 286, - "character": 2, - "url": "https://github.com/retejs/comment-plugin/blob/51a5da1/src/index.ts#L286" + "line": 295, + "character": 9, + "url": "https://github.com/retejs/comment-plugin/blob/4ae61fd10ec61a3dbdb9928268d7399f240a11f0/src/index.ts#L295" } ], "type": { @@ -676,9 +716,9 @@ "sources": [ { "fileName": "index.ts", - "line": 230, + "line": 239, "character": 9, - "url": "https://github.com/retejs/comment-plugin/blob/51a5da1/src/index.ts#L230" + "url": "https://github.com/retejs/comment-plugin/blob/4ae61fd10ec61a3dbdb9928268d7399f240a11f0/src/index.ts#L239" } ], "signatures": [ @@ -699,9 +739,9 @@ "sources": [ { "fileName": "index.ts", - "line": 230, - "character": 2, - "url": "https://github.com/retejs/comment-plugin/blob/51a5da1/src/index.ts#L230" + "line": 239, + "character": 9, + "url": "https://github.com/retejs/comment-plugin/blob/4ae61fd10ec61a3dbdb9928268d7399f240a11f0/src/index.ts#L239" } ], "parameters": [ @@ -741,9 +781,9 @@ "sources": [ { "fileName": "index.ts", - "line": 157, + "line": 160, "character": 8, - "url": "https://github.com/retejs/comment-plugin/blob/51a5da1/src/index.ts#L157" + "url": "https://github.com/retejs/comment-plugin/blob/4ae61fd10ec61a3dbdb9928268d7399f240a11f0/src/index.ts#L160" } ], "signatures": [ @@ -764,9 +804,9 @@ "sources": [ { "fileName": "index.ts", - "line": 157, - "character": 2, - "url": "https://github.com/retejs/comment-plugin/blob/51a5da1/src/index.ts#L157" + "line": 160, + "character": 8, + "url": "https://github.com/retejs/comment-plugin/blob/4ae61fd10ec61a3dbdb9928268d7399f240a11f0/src/index.ts#L160" } ], "parameters": [ @@ -819,9 +859,9 @@ "sources": [ { "fileName": "index.ts", - "line": 261, + "line": 270, "character": 9, - "url": "https://github.com/retejs/comment-plugin/blob/51a5da1/src/index.ts#L261" + "url": "https://github.com/retejs/comment-plugin/blob/4ae61fd10ec61a3dbdb9928268d7399f240a11f0/src/index.ts#L270" } ], "signatures": [ @@ -842,9 +882,9 @@ "sources": [ { "fileName": "index.ts", - "line": 261, - "character": 2, - "url": "https://github.com/retejs/comment-plugin/blob/51a5da1/src/index.ts#L261" + "line": 270, + "character": 9, + "url": "https://github.com/retejs/comment-plugin/blob/4ae61fd10ec61a3dbdb9928268d7399f240a11f0/src/index.ts#L270" } ], "parameters": [ @@ -886,9 +926,9 @@ "sources": [ { "fileName": "index.ts", - "line": 249, + "line": 258, "character": 9, - "url": "https://github.com/retejs/comment-plugin/blob/51a5da1/src/index.ts#L249" + "url": "https://github.com/retejs/comment-plugin/blob/4ae61fd10ec61a3dbdb9928268d7399f240a11f0/src/index.ts#L258" } ], "signatures": [ @@ -909,9 +949,9 @@ "sources": [ { "fileName": "index.ts", - "line": 249, - "character": 2, - "url": "https://github.com/retejs/comment-plugin/blob/51a5da1/src/index.ts#L249" + "line": 258, + "character": 9, + "url": "https://github.com/retejs/comment-plugin/blob/4ae61fd10ec61a3dbdb9928268d7399f240a11f0/src/index.ts#L258" } ], "parameters": [ @@ -991,9 +1031,9 @@ "sources": [ { "fileName": "index.ts", - "line": 274, + "line": 283, "character": 9, - "url": "https://github.com/retejs/comment-plugin/blob/51a5da1/src/index.ts#L274" + "url": "https://github.com/retejs/comment-plugin/blob/4ae61fd10ec61a3dbdb9928268d7399f240a11f0/src/index.ts#L283" } ], "signatures": [ @@ -1014,9 +1054,9 @@ "sources": [ { "fileName": "index.ts", - "line": 274, - "character": 2, - "url": "https://github.com/retejs/comment-plugin/blob/51a5da1/src/index.ts#L274" + "line": 283, + "character": 9, + "url": "https://github.com/retejs/comment-plugin/blob/4ae61fd10ec61a3dbdb9928268d7399f240a11f0/src/index.ts#L283" } ], "parameters": [ @@ -1074,7 +1114,7 @@ "fileName": "index.ts", "line": 41, "character": 13, - "url": "https://github.com/retejs/comment-plugin/blob/51a5da1/src/index.ts#L41" + "url": "https://github.com/retejs/comment-plugin/blob/4ae61fd10ec61a3dbdb9928268d7399f240a11f0/src/index.ts#L41" } ], "typeParameters": [ @@ -1109,8 +1149,10 @@ "typeArguments": [ { "type": "reference", - "target": -1, + "target": 40, "name": "Schemes", + "package": "rete-comment-plugin", + "qualifiedName": "CommentPlugin.Schemes", "refersToTypeParameter": true } ], @@ -1148,8 +1190,10 @@ "typeArguments": [ { "type": "reference", - "target": -1, + "target": 40, "name": "Schemes", + "package": "rete-comment-plugin", + "qualifiedName": "CommentPlugin.Schemes", "refersToTypeParameter": true } ], @@ -1158,8 +1202,10 @@ }, { "type": "reference", - "target": -1, + "target": 41, "name": "K", + "package": "rete-comment-plugin", + "qualifiedName": "CommentPlugin.K", "refersToTypeParameter": true } ] @@ -1176,7 +1222,7 @@ "id": 1, "name": "Produces", "variant": "declaration", - "kind": 4194304, + "kind": 2097152, "flags": {}, "comment": { "summary": [ @@ -1202,7 +1248,7 @@ "fileName": "index.ts", "line": 20, "character": 12, - "url": "https://github.com/retejs/comment-plugin/blob/51a5da1/src/index.ts#L20" + "url": "https://github.com/retejs/comment-plugin/blob/4ae61fd10ec61a3dbdb9928268d7399f240a11f0/src/index.ts#L20" } ], "type": { @@ -1228,7 +1274,7 @@ "fileName": "index.ts", "line": 21, "character": 30, - "url": "https://github.com/retejs/comment-plugin/blob/51a5da1/src/index.ts#L21" + "url": "https://github.com/retejs/comment-plugin/blob/4ae61fd10ec61a3dbdb9928268d7399f240a11f0/src/index.ts#L21" } ], "type": { @@ -1252,7 +1298,7 @@ "fileName": "index.ts", "line": 21, "character": 6, - "url": "https://github.com/retejs/comment-plugin/blob/51a5da1/src/index.ts#L21" + "url": "https://github.com/retejs/comment-plugin/blob/4ae61fd10ec61a3dbdb9928268d7399f240a11f0/src/index.ts#L21" } ], "type": { @@ -1275,7 +1321,7 @@ "fileName": "index.ts", "line": 21, "character": 4, - "url": "https://github.com/retejs/comment-plugin/blob/51a5da1/src/index.ts#L21" + "url": "https://github.com/retejs/comment-plugin/blob/4ae61fd10ec61a3dbdb9928268d7399f240a11f0/src/index.ts#L21" } ] } @@ -1300,7 +1346,7 @@ "fileName": "index.ts", "line": 22, "character": 30, - "url": "https://github.com/retejs/comment-plugin/blob/51a5da1/src/index.ts#L22" + "url": "https://github.com/retejs/comment-plugin/blob/4ae61fd10ec61a3dbdb9928268d7399f240a11f0/src/index.ts#L22" } ], "type": { @@ -1324,7 +1370,7 @@ "fileName": "index.ts", "line": 22, "character": 6, - "url": "https://github.com/retejs/comment-plugin/blob/51a5da1/src/index.ts#L22" + "url": "https://github.com/retejs/comment-plugin/blob/4ae61fd10ec61a3dbdb9928268d7399f240a11f0/src/index.ts#L22" } ], "type": { @@ -1347,7 +1393,7 @@ "fileName": "index.ts", "line": 22, "character": 4, - "url": "https://github.com/retejs/comment-plugin/blob/51a5da1/src/index.ts#L22" + "url": "https://github.com/retejs/comment-plugin/blob/4ae61fd10ec61a3dbdb9928268d7399f240a11f0/src/index.ts#L22" } ] } @@ -1372,7 +1418,7 @@ "fileName": "index.ts", "line": 23, "character": 27, - "url": "https://github.com/retejs/comment-plugin/blob/51a5da1/src/index.ts#L23" + "url": "https://github.com/retejs/comment-plugin/blob/4ae61fd10ec61a3dbdb9928268d7399f240a11f0/src/index.ts#L23" } ], "type": { @@ -1396,7 +1442,7 @@ "fileName": "index.ts", "line": 23, "character": 6, - "url": "https://github.com/retejs/comment-plugin/blob/51a5da1/src/index.ts#L23" + "url": "https://github.com/retejs/comment-plugin/blob/4ae61fd10ec61a3dbdb9928268d7399f240a11f0/src/index.ts#L23" } ], "type": { @@ -1419,7 +1465,7 @@ "fileName": "index.ts", "line": 23, "character": 4, - "url": "https://github.com/retejs/comment-plugin/blob/51a5da1/src/index.ts#L23" + "url": "https://github.com/retejs/comment-plugin/blob/4ae61fd10ec61a3dbdb9928268d7399f240a11f0/src/index.ts#L23" } ] } @@ -1444,7 +1490,7 @@ "fileName": "index.ts", "line": 24, "character": 31, - "url": "https://github.com/retejs/comment-plugin/blob/51a5da1/src/index.ts#L24" + "url": "https://github.com/retejs/comment-plugin/blob/4ae61fd10ec61a3dbdb9928268d7399f240a11f0/src/index.ts#L24" } ], "type": { @@ -1468,7 +1514,7 @@ "fileName": "index.ts", "line": 24, "character": 6, - "url": "https://github.com/retejs/comment-plugin/blob/51a5da1/src/index.ts#L24" + "url": "https://github.com/retejs/comment-plugin/blob/4ae61fd10ec61a3dbdb9928268d7399f240a11f0/src/index.ts#L24" } ], "type": { @@ -1491,7 +1537,7 @@ "fileName": "index.ts", "line": 24, "character": 4, - "url": "https://github.com/retejs/comment-plugin/blob/51a5da1/src/index.ts#L24" + "url": "https://github.com/retejs/comment-plugin/blob/4ae61fd10ec61a3dbdb9928268d7399f240a11f0/src/index.ts#L24" } ] } @@ -1516,7 +1562,7 @@ "fileName": "index.ts", "line": 25, "character": 33, - "url": "https://github.com/retejs/comment-plugin/blob/51a5da1/src/index.ts#L25" + "url": "https://github.com/retejs/comment-plugin/blob/4ae61fd10ec61a3dbdb9928268d7399f240a11f0/src/index.ts#L25" } ], "type": { @@ -1540,7 +1586,7 @@ "fileName": "index.ts", "line": 25, "character": 6, - "url": "https://github.com/retejs/comment-plugin/blob/51a5da1/src/index.ts#L25" + "url": "https://github.com/retejs/comment-plugin/blob/4ae61fd10ec61a3dbdb9928268d7399f240a11f0/src/index.ts#L25" } ], "type": { @@ -1563,7 +1609,7 @@ "fileName": "index.ts", "line": 25, "character": 4, - "url": "https://github.com/retejs/comment-plugin/blob/51a5da1/src/index.ts#L25" + "url": "https://github.com/retejs/comment-plugin/blob/4ae61fd10ec61a3dbdb9928268d7399f240a11f0/src/index.ts#L25" } ] } @@ -1588,7 +1634,7 @@ "fileName": "index.ts", "line": 26, "character": 33, - "url": "https://github.com/retejs/comment-plugin/blob/51a5da1/src/index.ts#L26" + "url": "https://github.com/retejs/comment-plugin/blob/4ae61fd10ec61a3dbdb9928268d7399f240a11f0/src/index.ts#L26" } ], "type": { @@ -1611,7 +1657,7 @@ "fileName": "index.ts", "line": 26, "character": 60, - "url": "https://github.com/retejs/comment-plugin/blob/51a5da1/src/index.ts#L26" + "url": "https://github.com/retejs/comment-plugin/blob/4ae61fd10ec61a3dbdb9928268d7399f240a11f0/src/index.ts#L26" } ], "type": { @@ -1630,7 +1676,7 @@ "fileName": "index.ts", "line": 26, "character": 72, - "url": "https://github.com/retejs/comment-plugin/blob/51a5da1/src/index.ts#L26" + "url": "https://github.com/retejs/comment-plugin/blob/4ae61fd10ec61a3dbdb9928268d7399f240a11f0/src/index.ts#L26" } ], "type": { @@ -1649,7 +1695,7 @@ "fileName": "index.ts", "line": 26, "character": 41, - "url": "https://github.com/retejs/comment-plugin/blob/51a5da1/src/index.ts#L26" + "url": "https://github.com/retejs/comment-plugin/blob/4ae61fd10ec61a3dbdb9928268d7399f240a11f0/src/index.ts#L26" } ], "type": { @@ -1682,7 +1728,7 @@ "fileName": "index.ts", "line": 26, "character": 84, - "url": "https://github.com/retejs/comment-plugin/blob/51a5da1/src/index.ts#L26" + "url": "https://github.com/retejs/comment-plugin/blob/4ae61fd10ec61a3dbdb9928268d7399f240a11f0/src/index.ts#L26" } ], "type": { @@ -1715,7 +1761,7 @@ "fileName": "index.ts", "line": 26, "character": 39, - "url": "https://github.com/retejs/comment-plugin/blob/51a5da1/src/index.ts#L26" + "url": "https://github.com/retejs/comment-plugin/blob/4ae61fd10ec61a3dbdb9928268d7399f240a11f0/src/index.ts#L26" } ] } @@ -1732,7 +1778,7 @@ "fileName": "index.ts", "line": 26, "character": 6, - "url": "https://github.com/retejs/comment-plugin/blob/51a5da1/src/index.ts#L26" + "url": "https://github.com/retejs/comment-plugin/blob/4ae61fd10ec61a3dbdb9928268d7399f240a11f0/src/index.ts#L26" } ], "type": { @@ -1755,7 +1801,7 @@ "fileName": "index.ts", "line": 26, "character": 4, - "url": "https://github.com/retejs/comment-plugin/blob/51a5da1/src/index.ts#L26" + "url": "https://github.com/retejs/comment-plugin/blob/4ae61fd10ec61a3dbdb9928268d7399f240a11f0/src/index.ts#L26" } ] } @@ -1780,7 +1826,7 @@ "fileName": "index.ts", "line": 27, "character": 36, - "url": "https://github.com/retejs/comment-plugin/blob/51a5da1/src/index.ts#L27" + "url": "https://github.com/retejs/comment-plugin/blob/4ae61fd10ec61a3dbdb9928268d7399f240a11f0/src/index.ts#L27" } ], "type": { @@ -1803,7 +1849,7 @@ "fileName": "index.ts", "line": 27, "character": 44, - "url": "https://github.com/retejs/comment-plugin/blob/51a5da1/src/index.ts#L27" + "url": "https://github.com/retejs/comment-plugin/blob/4ae61fd10ec61a3dbdb9928268d7399f240a11f0/src/index.ts#L27" } ], "type": { @@ -1834,7 +1880,7 @@ "fileName": "index.ts", "line": 27, "character": 63, - "url": "https://github.com/retejs/comment-plugin/blob/51a5da1/src/index.ts#L27" + "url": "https://github.com/retejs/comment-plugin/blob/4ae61fd10ec61a3dbdb9928268d7399f240a11f0/src/index.ts#L27" } ], "type": { @@ -1857,7 +1903,7 @@ "fileName": "index.ts", "line": 27, "character": 42, - "url": "https://github.com/retejs/comment-plugin/blob/51a5da1/src/index.ts#L27" + "url": "https://github.com/retejs/comment-plugin/blob/4ae61fd10ec61a3dbdb9928268d7399f240a11f0/src/index.ts#L27" } ] } @@ -1874,7 +1920,7 @@ "fileName": "index.ts", "line": 27, "character": 6, - "url": "https://github.com/retejs/comment-plugin/blob/51a5da1/src/index.ts#L27" + "url": "https://github.com/retejs/comment-plugin/blob/4ae61fd10ec61a3dbdb9928268d7399f240a11f0/src/index.ts#L27" } ], "type": { @@ -1897,7 +1943,7 @@ "fileName": "index.ts", "line": 27, "character": 4, - "url": "https://github.com/retejs/comment-plugin/blob/51a5da1/src/index.ts#L27" + "url": "https://github.com/retejs/comment-plugin/blob/4ae61fd10ec61a3dbdb9928268d7399f240a11f0/src/index.ts#L27" } ] } @@ -1909,7 +1955,7 @@ "id": 31, "name": "Props", "variant": "declaration", - "kind": 4194304, + "kind": 2097152, "flags": {}, "comment": { "summary": [ @@ -1924,7 +1970,7 @@ "fileName": "index.ts", "line": 32, "character": 12, - "url": "https://github.com/retejs/comment-plugin/blob/51a5da1/src/index.ts#L32" + "url": "https://github.com/retejs/comment-plugin/blob/4ae61fd10ec61a3dbdb9928268d7399f240a11f0/src/index.ts#L32" } ], "type": { @@ -1944,12 +1990,20 @@ "flags": { "isOptional": true }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Edit comment callback" + } + ] + }, "sources": [ { "fileName": "index.ts", "line": 34, "character": 2, - "url": "https://github.com/retejs/comment-plugin/blob/51a5da1/src/index.ts#L34" + "url": "https://github.com/retejs/comment-plugin/blob/4ae61fd10ec61a3dbdb9928268d7399f240a11f0/src/index.ts#L34" } ], "type": { @@ -1965,7 +2019,7 @@ "fileName": "index.ts", "line": 34, "character": 9, - "url": "https://github.com/retejs/comment-plugin/blob/51a5da1/src/index.ts#L34" + "url": "https://github.com/retejs/comment-plugin/blob/4ae61fd10ec61a3dbdb9928268d7399f240a11f0/src/index.ts#L34" } ], "signatures": [ @@ -1975,14 +2029,6 @@ "variant": "signature", "kind": 4096, "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Edit comment callback" - } - ] - }, "parameters": [ { "id": 36, @@ -2035,7 +2081,7 @@ "fileName": "index.ts", "line": 32, "character": 20, - "url": "https://github.com/retejs/comment-plugin/blob/51a5da1/src/index.ts#L32" + "url": "https://github.com/retejs/comment-plugin/blob/4ae61fd10ec61a3dbdb9928268d7399f240a11f0/src/index.ts#L32" } ] } @@ -2407,5 +2453,15 @@ "sourceFileName": "src/extensions/selectable.ts", "qualifiedName": "__type.active" } + }, + "files": { + "entries": { + "1": "src/index.ts", + "2": "src/extensions/index.ts" + }, + "reflections": { + "1": 0, + "2": 291 + } } -} \ No newline at end of file +}