Get the CdkMenuTrigger associated with this element.
()
| 152 | |
| 153 | /** Get the CdkMenuTrigger associated with this element. */ |
| 154 | getMenuTrigger(): CdkMenuTrigger | null { |
| 155 | return this._menuTrigger; |
| 156 | } |
| 157 | |
| 158 | /** Get the label for this element which is required by the FocusableOption interface. */ |
| 159 | getLabel(): string { |
no outgoing calls
no test coverage detected