Winter Cardinal UI - v0.457.0 / DDiagramCanvasBaseShapeImpl
DDiagramCanvasBaseShapeImpl
• new DDiagramCanvasBaseShapeImpl(canvas): DDiagramCanvasBaseShapeImpl
| Name | Type |
|---|---|
canvas |
DDiagramCanvasBaseShapeCanvas |
src/main/typescript/wcardinal/ui/d-diagram-canvas-base-shape-impl.ts:17
• Protected _canvas: DDiagramCanvasBaseShapeCanvas
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
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
src/main/typescript/wcardinal/ui/d-diagram-canvas-base-shape-impl.ts:32