obsidian-typings 2.18.2 → 2.19.0
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.
|
@@ -5183,7 +5183,7 @@ export interface Tree<T> {
|
|
|
5183
5183
|
/**
|
|
5184
5184
|
* Handle renaming of focused item
|
|
5185
5185
|
*/
|
|
5186
|
-
handleRenameFocusedItem: () => void;
|
|
5186
|
+
handleRenameFocusedItem: (event: KeyboardEvent) => void;
|
|
5187
5187
|
/**
|
|
5188
5188
|
* ID of the view the tree is associated with
|
|
5189
5189
|
*/
|
|
@@ -65299,7 +65299,16 @@
|
|
|
65299
65299
|
},
|
|
65300
65300
|
{
|
|
65301
65301
|
"kind": "Content",
|
|
65302
|
-
"text": "(
|
|
65302
|
+
"text": "(event: "
|
|
65303
|
+
},
|
|
65304
|
+
{
|
|
65305
|
+
"kind": "Reference",
|
|
65306
|
+
"text": "KeyboardEvent",
|
|
65307
|
+
"canonicalReference": "!KeyboardEvent:interface"
|
|
65308
|
+
},
|
|
65309
|
+
{
|
|
65310
|
+
"kind": "Content",
|
|
65311
|
+
"text": ") => void"
|
|
65303
65312
|
},
|
|
65304
65313
|
{
|
|
65305
65314
|
"kind": "Content",
|
|
@@ -65312,7 +65321,7 @@
|
|
|
65312
65321
|
"name": "handleRenameFocusedItem",
|
|
65313
65322
|
"propertyTypeTokenRange": {
|
|
65314
65323
|
"startIndex": 1,
|
|
65315
|
-
"endIndex":
|
|
65324
|
+
"endIndex": 4
|
|
65316
65325
|
}
|
|
65317
65326
|
},
|
|
65318
65327
|
{
|
package/dist/types.d.ts
CHANGED
|
@@ -8466,7 +8466,7 @@ export interface Tree<T> {
|
|
|
8466
8466
|
/**
|
|
8467
8467
|
* Handle renaming of focused item
|
|
8468
8468
|
*/
|
|
8469
|
-
handleRenameFocusedItem: () => void;
|
|
8469
|
+
handleRenameFocusedItem: (event: KeyboardEvent) => void;
|
|
8470
8470
|
/**
|
|
8471
8471
|
* ID of the view the tree is associated with
|
|
8472
8472
|
*/
|