Options
All
  • Public
  • Public/Protected
  • All
Menu

Custom data stored in editor

Hierarchy

  • CustomData

Index

Properties

Properties

Optional disposer

disposer: (value: any) => void

Type declaration

    • (value: any): void
    • Optional disposer function of the custom data. When a valid value is set, it will be invoked when editor is disposing

      Parameters

      • value: any

      Returns void

value

value: any

Value of this custom data

Generated using TypeDoc