InputHelper
class InputHelper
Description
Class representing an input helper - a window that appears and disappears when you type text. Its location is tied to the cursor.
Instance Methods
- createWindow
()
Creates an input helper window.
- getItems
(): InputHelperItem[]
Returns an array of the {@link global#InputHelperItem InputHelperItem} objects that contain all the items from the input helper.
- setItems
(items)
Sets the items to the input helper.
- show
(width, height, isCaptureKeyboard)
Shows an input helper.
- unShow
()
Hides an input helper.
- getScrollSizes
(): number
R.