Winter Cardinal UI - v0.457.0 / EShapeAction
• new EShapeAction(): EShapeAction
src/main/typescript/wcardinal/ui/shape/action/e-shape-action.ts:12
• values: EShapeActionValue[]
src/main/typescript/wcardinal/ui/shape/action/e-shape-action.ts:10
▸ add(value, index?): this
| Name | Type |
|---|---|
value |
EShapeActionValue |
index? |
number |
this
src/main/typescript/wcardinal/ui/shape/action/e-shape-action.ts:16
▸ addAll(values): this
| Name | Type |
|---|---|
values |
EShapeActionValue[] |
this
src/main/typescript/wcardinal/ui/shape/action/e-shape-action.ts:26
▸ clear(): this
this
src/main/typescript/wcardinal/ui/shape/action/e-shape-action.ts:94
▸ clearAndAdd(value): this
| Name | Type |
|---|---|
value |
EShapeActionValue |
this
src/main/typescript/wcardinal/ui/shape/action/e-shape-action.ts:34
▸ clearAndAddAll(values): this
| Name | Type |
|---|---|
values |
EShapeActionValue[] |
this
src/main/typescript/wcardinal/ui/shape/action/e-shape-action.ts:40
▸ get(index): null | EShapeActionValue
| Name | Type |
|---|---|
index |
number |
null | EShapeActionValue
src/main/typescript/wcardinal/ui/shape/action/e-shape-action.ts:68
▸ indexOf(target): number
| Name | Type |
|---|---|
target |
EShapeActionValue |
number
src/main/typescript/wcardinal/ui/shape/action/e-shape-action.ts:46
▸ remove(index): null | EShapeActionValue
| Name | Type |
|---|---|
index |
number |
null | EShapeActionValue
src/main/typescript/wcardinal/ui/shape/action/e-shape-action.ts:86
▸ serialize(manager): number[]
| Name | Type |
|---|---|
manager |
EShapeResourceManagerSerialization |
number[]
src/main/typescript/wcardinal/ui/shape/action/e-shape-action.ts:111
▸ set(index, value): null | EShapeActionValue
| Name | Type |
|---|---|
index |
number |
value |
EShapeActionValue |
null | EShapeActionValue
src/main/typescript/wcardinal/ui/shape/action/e-shape-action.ts:76
▸ size(): number
number
src/main/typescript/wcardinal/ui/shape/action/e-shape-action.ts:99
▸ swap(indexA, indexB): this
| Name | Type |
|---|---|
indexA |
number |
indexB |
number |
this
src/main/typescript/wcardinal/ui/shape/action/e-shape-action.ts:103