Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Editor

Editor Instance API

Hierarchy

  • Editor

Implemented by

Index

Properties

dom

dom: HTMLElement

the root dom element returned by getElement

Optional notifyNestedChanges

notifyNestedChanges: boolean

set to true, to receive changes from child-data

Optional notifyNestedErrors

notifyNestedErrors: boolean

set to true, to receive errors from child-data

pointer

pointer: string

the json-pointer of this editor. This updated from services

Methods

destroy

  • destroy(): void
  • destroys editor-instance - this function not be called directly. Use editron.destroyEditor(myEditor) instead

    Returns void

getElement

  • getElement(): HTMLElement

getPointer

  • getPointer(): string

update

Generated using TypeDoc