Winter Cardinal UI - v0.457.0 / DDiagramCanvasEditorShapeImpl
↳ DDiagramCanvasEditorShapeImpl
• new DDiagramCanvasEditorShapeImpl(canvas): DDiagramCanvasEditorShapeImpl
| Name | Type |
|---|---|
canvas |
DDiagramCanvasBaseShapeCanvas |
DDiagramCanvasBaseShapeImpl.constructor
src/main/typescript/wcardinal/ui/d-diagram-canvas-base-shape-impl.ts:17
• Protected _canvas: DDiagramCanvasBaseShapeCanvas
DDiagramCanvasBaseShapeImpl._canvas
src/main/typescript/wcardinal/ui/d-diagram-canvas-base-shape-impl.ts:15
▸ each(iteratee, ignoreCapability?): this
| Name | Type |
|---|---|
iteratee |
(shape: EShape) => boolean | void |
ignoreCapability? |
boolean |
this
DDiagramCanvasBaseShapeImpl.each
src/main/typescript/wcardinal/ui/d-diagram-canvas-base-shape-impl.ts:21
▸ each_(shapes, iteratee, ignoreCapability?): undefined | boolean
| Name | Type |
|---|---|
shapes |
EShape[] |
iteratee |
(shape: EShape) => boolean | void |
ignoreCapability? |
boolean |
undefined | boolean
DDiagramCanvasBaseShapeImpl.each_
src/main/typescript/wcardinal/ui/d-diagram-canvas-base-shape-impl.ts:32