Winter Cardinal UI - v0.457.0 / EShapeActionEnvironment
EShape action environment.
In action expressions, all the properties in this object can be accessed without EShapeActionEnvironment..
For instance, if this object has a property of the name apple, the string apple is a valid expression
and is equivalent to EShapeActionEnvironment.apple.
▪ [key: string]: unknown
• isInitializing: boolean
True if evaluating actions for the first time and false otherwise. This property is intended to be used to execute actions up to once.
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-environment.ts:20