Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Removable

Interface that just specifies the ability to remove shapes.

Index

Properties

Properties

dispose

dispose : function

Remove everything related to the object from all collections associated with rendering cycle and allows the object to be collected by GC

returns

Object itself for fluent interface

    • Returns this

isDisposed

isDisposed : function
returns

True if object and all of its sub-objects/elements have been disposed, false if not.

    • Returns boolean