@@ -34,11 +34,11 @@ <h3 id="cdk-menu-services" class="docs-header-link docs-api-h3">
34
34
35
35
36
36
37
- < h4 id ="ContextMenuTracker " class ="docs-header-link docs-api-h4 docs-api-class-name ">
38
- < span header-link ="ContextMenuTracker "> </ span >
39
- < code > ContextMenuTracker </ code >
37
+ < h4 id ="MenuTracker " class ="docs-header-link docs-api-h4 docs-api-class-name ">
38
+ < span header-link ="MenuTracker "> </ span >
39
+ < code > MenuTracker </ code >
40
40
41
- </ h4 > < p class ="docs-api-class-description "> < p > Tracks the last open context menu trigger across the entire application.</ p >
41
+ </ h4 > < p class ="docs-api-class-description "> < p > Tracks the last open menu trigger across the entire application.</ p >
42
42
</ p >
43
43
44
44
@@ -54,7 +54,7 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
54
54
</ tr >
55
55
</ thead > < tr class ="docs-api-method-description-row ">
56
56
< td colspan ="2 " class ="docs-api-method-description-cell ">
57
- < p > Close the previous open context menu and set the given one as being open.</ p >
57
+ < p > Close the previous open menu and set the given one as being open.</ p >
58
58
59
59
</ td >
60
60
</ tr > < thead >
@@ -67,11 +67,11 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
67
67
< td class ="docs-api-method-parameter-cell ">
68
68
< p class ="docs-api-method-parameter-name ">
69
69
trigger</ p >
70
- < code class ="docs-api-method-parameter-type "> CdkContextMenuTrigger </ code >
70
+ < code class ="docs-api-method-parameter-type "> CdkMenuTriggerBase </ code >
71
71
</ td >
72
72
< td class ="docs-api-method-parameter-description-cell ">
73
73
< p class ="docs-api-method-parameter-description ">
74
- < p > The trigger for the currently open Context Menu.</ p >
74
+ < p > The trigger for the currently open Menu.</ p >
75
75
76
76
</ p >
77
77
</ td >
@@ -3261,6 +3261,23 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
3261
3261
3262
3262
3263
3263
3264
+ < table class ="docs-api-method-table ">
3265
+ < thead >
3266
+ < tr class ="docs-api-method-name-row ">
3267
+ < th colspan ="2 " class ="docs-api-method-name-cell "> close
3268
+ </ th >
3269
+ </ tr >
3270
+ </ thead > < tr class ="docs-api-method-description-row ">
3271
+ < td colspan ="2 " class ="docs-api-method-description-cell ">
3272
+ < p > Close the opened menu.</ p >
3273
+
3274
+ </ td >
3275
+ </ tr > </ table >
3276
+
3277
+
3278
+
3279
+
3280
+
3264
3281
< table class ="docs-api-method-table ">
3265
3282
< thead >
3266
3283
< tr class ="docs-api-method-name-row ">
0 commit comments