Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ObjectEditor

Hierarchy

Index

Constructors

constructor

Properties

$children

$children: HTMLElement

$headerChildren

$headerChildren: HTMLElement

childEditors

childEditors: Editor[] = ...

childOptions

childOptions: { disabled?: boolean; theme?: string }

Type declaration

  • Optional disabled?: boolean
  • Optional theme?: string

dom

dom: HTMLElement

editron

editron: default

options

options: Options

pointer

pointer: string

viewModel

viewModel: ViewModel

Methods

blur

  • blur(): void

deleteObject

  • deleteObject(): void

deleteProperty

  • deleteProperty(property: string): void

destroy

  • destroy(): void

focus

  • focus(): void

getData

  • getData(): any

getElement

  • getElement(): HTMLElement

getErrors

getPointer

  • getPointer(): string

getSchema

render

  • render(): void

setData

  • setData(data: any): void

showProperty

  • showProperty(property: string): void

update

Static editorOf

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

Generated using TypeDoc