Options
All
  • Public
  • Public/Protected
  • All
Menu

Class OneOfEditor

Hierarchy

Index

Constructors

constructor

Properties

$childContainer

$childContainer: HTMLElement

childEditor

childEditor: Editor

childSchema

childSchema: JSONSchema

dom

dom: HTMLElement

editron

editron: default

notifyNestedChanges

notifyNestedChanges: boolean = true

catch inner changes (changes are compared by a diff which may not notify parent pointer)

options

pointer

pointer: string

schema

schema: JSONSchema

selectModel

selectModel: Attrs

viewModel

viewModel: ViewModel

Methods

blur

  • blur(): void

changeChild

  • changeChild(schema: any): void

destroy

  • destroy(): void

focus

  • focus(): void

getData

  • getData(): any

getElement

  • getElement(): HTMLElement

getErrors

getIndexOf

  • getIndexOf(currentSchema: any): number

getPointer

  • getPointer(): string

getSchema

rebuild

  • rebuild(): void

render

  • render(): void

setData

  • setData(data: any): void

update

Static editorOf

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

Generated using TypeDoc