Winter Cardinal UI - v0.442.0 / DDiagramSnapshotEvents
Name |
---|
CANVAS |
EMITTER |
▸ taking(canvas
, emitter
): void
Triggered before taking a snapshot.
Name | Type | Description |
---|---|---|
canvas |
CANVAS |
a canvas |
emitter |
EMITTER |
an emitter |
void
src/main/typescript/wcardinal/ui/d-diagram-snapshot.ts:29
▸ took(canvas
, reason
, emitter
): void
Triggered when a snapshot is taken successfully or when failed to take.
Name | Type | Description |
---|---|---|
canvas |
CANVAS |
a canvas |
reason |
null | string |
Null if succeeded. Otherwise, a string representing a reason why failed. |
emitter |
EMITTER |
an emitter |
void