Winter Cardinal UI - v0.457.0 / EShapeDataScoped
• Readonly ids: string[]
src/main/typescript/wcardinal/ui/shape/e-shape-data-scoped.ts:5
▸ add(id, value): void
| Name | Type |
|---|---|
id |
string |
value |
EShapeDataValue |
void
src/main/typescript/wcardinal/ui/shape/e-shape-data-scoped.ts:7
▸ each(iteratee): null | string
| Name | Type |
|---|---|
iteratee |
(id: string) => boolean | void |
null | string
src/main/typescript/wcardinal/ui/shape/e-shape-data-scoped.ts:17
▸ 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.ts:8
▸ toDirty(id): boolean
| Name | Type |
|---|---|
id |
string |
boolean
src/main/typescript/wcardinal/ui/shape/e-shape-data-scoped.ts:16