Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ArrayEditor

Hierarchy

Index

Constructors

constructor

Properties

$items

$items: HTMLElement

parent container for array children

childOptions

childOptions: Options

options template for array child creation

children

children: default[] = ...

dom

dom: HTMLElement

editron

editron: default

options

pointer

pointer: string

viewModel

viewModel: ViewModel

Methods

applyPatches

  • applyPatches(patch: Patch): void

blur

  • blur(): void

createArrayItem

  • createArrayItem(index: number): default

destroy

  • destroy(): void

focus

  • focus(): void

getData

  • getData(): any

getElement

  • getElement(): HTMLElement

getErrors

getLength

  • getLength(): number

getPointer

  • getPointer(): string

getSchema

rebuildChildren

  • rebuildChildren(): void

render

  • render(): void

setData

  • setData(data: any): void

update

Static editorOf

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

Generated using TypeDoc