@@ -34,11 +34,11 @@ <h3 id="cdk-menu-services" class="docs-header-link docs-api-h3">
3434
3535
3636
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 >
4040
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 >
4242</ p >
4343
4444
@@ -54,7 +54,7 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
5454 </ tr >
5555 </ thead > < tr class ="docs-api-method-description-row ">
5656 < 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 >
5858
5959 </ td >
6060 </ tr > < thead >
@@ -67,11 +67,11 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
6767 < td class ="docs-api-method-parameter-cell ">
6868 < p class ="docs-api-method-parameter-name ">
6969 trigger</ p >
70- < code class ="docs-api-method-parameter-type "> CdkContextMenuTrigger </ code >
70+ < code class ="docs-api-method-parameter-type "> CdkMenuTriggerBase </ code >
7171 </ td >
7272 < td class ="docs-api-method-parameter-description-cell ">
7373 < 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 >
7575
7676 </ p >
7777 </ td >
@@ -3261,6 +3261,23 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
32613261
32623262
32633263
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+
32643281< table class ="docs-api-method-table ">
32653282 < thead >
32663283 < tr class ="docs-api-method-name-row ">
0 commit comments