Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AutocompleteEditor

Hierarchy

Index

Constructors

constructor

Properties

dom

dom: HTMLElement

editron

editron: default

getSuggestions

getSuggestions: SuggestionInput[] | GetSuggestions

notifyNestedChanges

notifyNestedChanges: boolean = false

options

options: any

pointer

pointer: string

viewModel

viewModel: DefaultInputAttrs & { children?: Children; description?: string; errors?: (string | Error | Vnode<Error, {}>)[]; title?: string } & { currentInputDescription?: string; displayRenderer?: (item: Item, attrs: Attrs) => m.Vnode; instantUpdate?: boolean; onblur?: (event: any) => void; onchange: (value: string) => void; onfocus?: (event: any) => void; searchProp?: string; showCurrentInput?: boolean; suggestions: Item[] | GetSuggestions; type?: "text"; value?: string; valueProp?: string } & Attrs & ValueEditorViewModel

Methods

blur

  • blur(): void

destroy

  • destroy(): void

focus

  • focus(): void

getElement

  • getElement(): HTMLElement

getPointer

  • getPointer(): string

getValue

  • getValue(): any

render

  • render(): void

setValue

  • setValue(value: any): void

update

Static editorOf

  • editorOf(pointer: string, editron: default): boolean

Generated using TypeDoc