obsidian-typings 3.9.6 → 3.10.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.
@@ -3636,6 +3636,14 @@ declare module "obsidian" {
3636
3636
  */
3637
3637
  unselect(): void;
3638
3638
  }
3639
+ namespace Menu {
3640
+ /**
3641
+ * Get or create a menu from a mouse event.
3642
+ *
3643
+ * @unofficial
3644
+ */
3645
+ function forEvent(evt: MouseEvent): Menu;
3646
+ }
3639
3647
  }
3640
3648
  declare module "obsidian" {
3641
3649
  /**
@@ -7855,7 +7855,7 @@
7855
7855
  {
7856
7856
  "kind": "Reference",
7857
7857
  "text": "Menu",
7858
- "canonicalReference": "obsidian!Menu:class"
7858
+ "canonicalReference": "obsidian-typings!~Menu"
7859
7859
  },
7860
7860
  {
7861
7861
  "kind": "Content",
@@ -11594,7 +11594,7 @@
11594
11594
  {
11595
11595
  "kind": "Reference",
11596
11596
  "text": "Menu",
11597
- "canonicalReference": "obsidian!Menu:class"
11597
+ "canonicalReference": "obsidian-typings!~Menu"
11598
11598
  },
11599
11599
  {
11600
11600
  "kind": "Content",
@@ -13147,7 +13147,7 @@
13147
13147
  {
13148
13148
  "kind": "Reference",
13149
13149
  "text": "Menu",
13150
- "canonicalReference": "obsidian!Menu:class"
13150
+ "canonicalReference": "obsidian-typings!~Menu"
13151
13151
  },
13152
13152
  {
13153
13153
  "kind": "Content",
@@ -13337,7 +13337,7 @@
13337
13337
  {
13338
13338
  "kind": "Reference",
13339
13339
  "text": "Menu",
13340
- "canonicalReference": "obsidian!Menu:class"
13340
+ "canonicalReference": "obsidian-typings!~Menu"
13341
13341
  },
13342
13342
  {
13343
13343
  "kind": "Content",
@@ -13499,7 +13499,7 @@
13499
13499
  {
13500
13500
  "kind": "Reference",
13501
13501
  "text": "Menu",
13502
- "canonicalReference": "obsidian!Menu:class"
13502
+ "canonicalReference": "obsidian-typings!~Menu"
13503
13503
  },
13504
13504
  {
13505
13505
  "kind": "Content",
@@ -13631,7 +13631,7 @@
13631
13631
  {
13632
13632
  "kind": "Reference",
13633
13633
  "text": "Menu",
13634
- "canonicalReference": "obsidian!Menu:class"
13634
+ "canonicalReference": "obsidian-typings!~Menu"
13635
13635
  },
13636
13636
  {
13637
13637
  "kind": "Content",
@@ -13694,7 +13694,7 @@
13694
13694
  {
13695
13695
  "kind": "Reference",
13696
13696
  "text": "Menu",
13697
- "canonicalReference": "obsidian!Menu:class"
13697
+ "canonicalReference": "obsidian-typings!~Menu"
13698
13698
  },
13699
13699
  {
13700
13700
  "kind": "Content",
@@ -13770,7 +13770,7 @@
13770
13770
  {
13771
13771
  "kind": "Reference",
13772
13772
  "text": "Menu",
13773
- "canonicalReference": "obsidian!Menu:class"
13773
+ "canonicalReference": "obsidian-typings!~Menu"
13774
13774
  },
13775
13775
  {
13776
13776
  "kind": "Content",
@@ -63941,7 +63941,7 @@
63941
63941
  {
63942
63942
  "kind": "Reference",
63943
63943
  "text": "Menu",
63944
- "canonicalReference": "obsidian!Menu:class"
63944
+ "canonicalReference": "obsidian-typings!~Menu"
63945
63945
  },
63946
63946
  {
63947
63947
  "kind": "Content",
@@ -87370,7 +87370,7 @@
87370
87370
  {
87371
87371
  "kind": "Reference",
87372
87372
  "text": "Menu",
87373
- "canonicalReference": "obsidian!Menu:class"
87373
+ "canonicalReference": "obsidian-typings!~Menu"
87374
87374
  },
87375
87375
  {
87376
87376
  "kind": "Content",
@@ -87546,7 +87546,7 @@
87546
87546
  {
87547
87547
  "kind": "Reference",
87548
87548
  "text": "Menu",
87549
- "canonicalReference": "obsidian!Menu:class"
87549
+ "canonicalReference": "obsidian-typings!~Menu"
87550
87550
  },
87551
87551
  {
87552
87552
  "kind": "Content",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "obsidian-typings",
3
- "version": "3.9.6",
3
+ "version": "3.10.0",
4
4
  "description": "Extended type definitions for the Obsidian API (https://obsidian.md)",
5
5
  "main": "",
6
6
  "module": "",