Winter Cardinal UI - v0.457.0 / EShapeDataScopedImpl
• new EShapeDataScopedImpl(): EShapeDataScopedImpl
• Protected Optional _data: Map<string, EShapeDataValue[]>
src/main/typescript/wcardinal/ui/shape/e-shape-data-scoped-impl.ts:6
• get ids(): string[]
string[]
src/main/typescript/wcardinal/ui/shape/e-shape-data-scoped-impl.ts:8
▸ add(id, value): void
| Name | Type |
|---|---|
id |
string |
value |
EShapeDataValue |
void
src/main/typescript/wcardinal/ui/shape/e-shape-data-scoped-impl.ts:20
▸ each(iteratee): null | string
| Name | Type |
|---|---|
iteratee |
(id: string) => boolean | void |
null | string
src/main/typescript/wcardinal/ui/shape/e-shape-data-scoped-impl.ts:92
▸ set(id, value, time?, state?, from?, to?): boolean
| Name | Type |
|---|---|
id |
string |
value |
unknown |
time? |
number |
state? |
number |
from? |
null | number |
to? |
null | number |
boolean
src/main/typescript/wcardinal/ui/shape/e-shape-data-scoped-impl.ts:30
▸ toDirty(id): boolean
| Name | Type |
|---|---|
id |
string |
boolean
src/main/typescript/wcardinal/ui/shape/e-shape-data-scoped-impl.ts:73