showKeyinPalette Method
Deprecated in 4.11.0. Use showKeyinPalette. Please note, the use of feature flags to control whether the KeyinPalette can be opened has been deprecated.
Show the Key-in Palette to display key-in from all registered Tools.
showKeyinPalette(htmlElement?: HTMLElement): boolean
@returns true if the Command Palette was displayed, false if it could not be displayed.
Parameter | Type | Description |
---|---|---|
htmlElement | HTMLElement | The HTMLElement that anchors the Popup. If undefined, the location is relative to the overall window. |
Returns - boolean
true if the Command Palette was displayed, false if it could not be displayed.
Defined in
Last Updated: 21 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.