obsidian-typings 2.3.0 → 2.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/dist/implementations.cjs +1 -198
- package/dist/implementations.d.ts +0 -3887
- package/dist/obsidian-typings.api.json +45 -0
- package/dist/types.d.ts +529 -523
- package/package.json +1 -1
|
@@ -25541,6 +25541,51 @@
|
|
|
25541
25541
|
],
|
|
25542
25542
|
"extendsTokenRanges": []
|
|
25543
25543
|
},
|
|
25544
|
+
{
|
|
25545
|
+
"kind": "Interface",
|
|
25546
|
+
"canonicalReference": "obsidian-typings!EditorViewState:interface",
|
|
25547
|
+
"docComment": "/**\n * @public\n */\n",
|
|
25548
|
+
"excerptTokens": [
|
|
25549
|
+
{
|
|
25550
|
+
"kind": "Content",
|
|
25551
|
+
"text": "export interface EditorViewState "
|
|
25552
|
+
}
|
|
25553
|
+
],
|
|
25554
|
+
"fileUrlPath": "src/@codemirror__view/internals/EditorViewState.d.ts",
|
|
25555
|
+
"releaseTag": "Public",
|
|
25556
|
+
"name": "EditorViewState",
|
|
25557
|
+
"preserveMemberOrder": false,
|
|
25558
|
+
"members": [
|
|
25559
|
+
{
|
|
25560
|
+
"kind": "PropertySignature",
|
|
25561
|
+
"canonicalReference": "obsidian-typings!EditorViewState#printing:member",
|
|
25562
|
+
"docComment": "",
|
|
25563
|
+
"excerptTokens": [
|
|
25564
|
+
{
|
|
25565
|
+
"kind": "Content",
|
|
25566
|
+
"text": "printing: "
|
|
25567
|
+
},
|
|
25568
|
+
{
|
|
25569
|
+
"kind": "Content",
|
|
25570
|
+
"text": "boolean"
|
|
25571
|
+
},
|
|
25572
|
+
{
|
|
25573
|
+
"kind": "Content",
|
|
25574
|
+
"text": ";"
|
|
25575
|
+
}
|
|
25576
|
+
],
|
|
25577
|
+
"isReadonly": false,
|
|
25578
|
+
"isOptional": false,
|
|
25579
|
+
"releaseTag": "Public",
|
|
25580
|
+
"name": "printing",
|
|
25581
|
+
"propertyTypeTokenRange": {
|
|
25582
|
+
"startIndex": 1,
|
|
25583
|
+
"endIndex": 2
|
|
25584
|
+
}
|
|
25585
|
+
}
|
|
25586
|
+
],
|
|
25587
|
+
"extendsTokenRanges": []
|
|
25588
|
+
},
|
|
25544
25589
|
{
|
|
25545
25590
|
"kind": "Interface",
|
|
25546
25591
|
"canonicalReference": "obsidian-typings!ElectronWindow:interface",
|