AbstractInputSuggest โ€บ (constructor)

AbstractInputSuggest.(constructor)

Accepts an <input> text box or a contenteditable div.

Signature:

constructor(app: App, textInputEl: HTMLInputElement | HTMLDivElement);

Parameters

ParameterTypeDescription
appApp
textInputElHTMLInputElement | HTMLDivElement