AbstractInputSuggest
โบ (constructor)
AbstractInputSuggest.(constructor)
Accepts an <input>
text box or a contenteditable div.
Signature:
constructor(app: App, textInputEl: HTMLInputElement | HTMLDivElement);
Parameters
Parameter | Type | Description |
---|---|---|
app | App | |
textInputEl | HTMLInputElement | HTMLDivElement |