MarkedInputHandler
Defined in: packages/markput/src/types.ts:95
Properties
Section titled “Properties”container
Section titled “container”readonly container: HTMLDivElement | null;Defined in: packages/markput/src/types.ts:97
Container element
overlay
Section titled “overlay”readonly overlay: HTMLElement | null;Defined in: packages/markput/src/types.ts:99
Overlay element if exists
Methods
Section titled “Methods”focus()
Section titled “focus()”focus(): void;Defined in: packages/markput/src/types.ts:101
Returns
Section titled “Returns”void