Winter Cardinal UI - v0.457.0 / EShapeDataMapping
• Readonly values: EShapeDataMappingValue[]
src/main/typescript/wcardinal/ui/shape/e-shape-data-mapping.ts:12
▸ add(value, index?): this
| Name | Type |
|---|---|
value |
EShapeDataMappingValue |
index? |
number |
this
src/main/typescript/wcardinal/ui/shape/e-shape-data-mapping.ts:14
▸ addAll(values): this
| Name | Type |
|---|---|
values |
EShapeDataMappingValue[] |
this
src/main/typescript/wcardinal/ui/shape/e-shape-data-mapping.ts:15
▸ clear(): this
this
src/main/typescript/wcardinal/ui/shape/e-shape-data-mapping.ts:22
▸ clearAndAdd(value): this
| Name | Type |
|---|---|
value |
EShapeDataMappingValue |
this
src/main/typescript/wcardinal/ui/shape/e-shape-data-mapping.ts:16
▸ clearAndAddAll(values): this
| Name | Type |
|---|---|
values |
EShapeDataMappingValue[] |
this
src/main/typescript/wcardinal/ui/shape/e-shape-data-mapping.ts:17
▸ copy(target): void
| Name | Type |
|---|---|
target |
EShapeDataMapping |
void
src/main/typescript/wcardinal/ui/shape/e-shape-data-mapping.ts:26
▸ deserialize(target, manager): void
| Name | Type |
|---|---|
target |
number |
manager |
EShapeResourceManagerDeserialization |
void
src/main/typescript/wcardinal/ui/shape/e-shape-data-mapping.ts:28
▸ get(index): null | EShapeDataMappingValue
| Name | Type |
|---|---|
index |
number |
null | EShapeDataMappingValue
src/main/typescript/wcardinal/ui/shape/e-shape-data-mapping.ts:19
▸ indexOf(target): number
| Name | Type |
|---|---|
target |
EShapeDataMappingValue |
number
src/main/typescript/wcardinal/ui/shape/e-shape-data-mapping.ts:18
▸ remove(index): null | EShapeDataMappingValue
| Name | Type |
|---|---|
index |
number |
null | EShapeDataMappingValue
src/main/typescript/wcardinal/ui/shape/e-shape-data-mapping.ts:21
▸ serialize(manager): number
| Name | Type |
|---|---|
manager |
EShapeResourceManagerSerialization |
number
src/main/typescript/wcardinal/ui/shape/e-shape-data-mapping.ts:27
▸ set(index, value): null | EShapeDataMappingValue
| Name | Type |
|---|---|
index |
number |
value |
EShapeDataMappingValue |
null | EShapeDataMappingValue
src/main/typescript/wcardinal/ui/shape/e-shape-data-mapping.ts:20
▸ size(): number
number
src/main/typescript/wcardinal/ui/shape/e-shape-data-mapping.ts:23
▸ swap(indexA, indexB): this
| Name | Type |
|---|---|
indexA |
number |
indexB |
number |
this
src/main/typescript/wcardinal/ui/shape/e-shape-data-mapping.ts:24