Packagecom.yworks.canvas.model
Interfacepublic interface IModelItemDescriptor

Simple handle interface used by ModelManager



Public Properties
 PropertyDefined By
  canvasObjects : Array
[read-only] The array of canvas objects that have been associated with the item.
IModelItemDescriptor
  item : Object
[read-only] The item this descriptor handle is associated with.
IModelItemDescriptor
Property Detail
canvasObjectsproperty
canvasObjects:Array  [read-only]

The array of canvas objects that have been associated with the item.


Implementation
    public function get canvasObjects():Array
itemproperty 
item:Object  [read-only]

The item this descriptor handle is associated with.


Implementation
    public function get item():Object