Winter Cardinal UI - v0.457.0 / DDiagramDataScoped
• Readonly ids: string[]
src/main/typescript/wcardinal/ui/d-diagram-data-scoped.ts:9
▸ each(iteratee): null | string
| Name | Type |
|---|---|
iteratee |
(id: string) => boolean | void |
null | string
src/main/typescript/wcardinal/ui/d-diagram-data-scoped.ts:20
▸ 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/d-diagram-data-scoped.ts:11
▸ toDirty(id): boolean
| Name | Type |
|---|---|
id |
string |
boolean
src/main/typescript/wcardinal/ui/d-diagram-data-scoped.ts:19