Constructors
constructor
new default( app: App, onSubmit: (tag: string | null) => void, textKeys?: TagInputModalTextKeys,): default Parameters
- app: App
- onSubmit: (tag: string | null) => void
- textKeys: TagInputModalTextKeys = {}
Properties
inputEl: HTMLInputElement
Private ReadonlyonSubmit
onSubmit: (tag: string | null) => void
Private ReadonlytextKeys
textKeys: TagInputModalTextKeys = {}
Methods