Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents an entity in editor.

Hierarchy

  • Entity

Index

Properties

Properties

id

id: string

Id of this entity, generated by editor code and will be unique within an editor

isReadonly

isReadonly: boolean

Whether this is a readonly entity

type

type: string

Type of this entity. Specified when insert an entity, can be an valid CSS class-like string.

wrapper

wrapper: HTMLElement

The wrapper DOM node of this entity which holds the info CSS classes of this entity

Generated using TypeDoc