Winter Cardinal UI - v0.442.0 / EShapeActionRuntimes
• new EShapeActionRuntimes(): EShapeActionRuntimes
▪ Static
Optional
_typeToRuntimes: Map
<number
, EShapeActionRuntime
[]>
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtimes.ts:5
▸ add(type
, runtime
): void
Name | Type |
---|---|
type |
number |
runtime |
EShapeActionRuntime |
void
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtimes.ts:7
▸ get(type
): undefined
| null
| EShapeActionRuntime
[]
Name | Type |
---|---|
type |
number |
undefined
| null
| EShapeActionRuntime
[]
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtimes.ts:22