showKeyinPalette Method

Deprecated  in 4.11.x. Use UiFramework.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: 05 April, 2024