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