Winter Cardinal UI - v0.442.0 / DDiagramDataScoped

Interface: DDiagramDataScoped

Implemented by

Table of contents

Properties

Methods

Properties

ids

Readonly ids: string[]

Defined in

src/main/typescript/wcardinal/ui/d-diagram-data-scoped.ts:9

Methods

each

each(iteratee): null | string

Parameters

Name Type
iteratee (id: string) => boolean | void

Returns

null | string

Defined in

src/main/typescript/wcardinal/ui/d-diagram-data-scoped.ts:20


set

set(id, value, time?, state?, from?, to?): boolean

Parameters

Name Type
id string
value unknown
time? number
state? number
from? null | number
to? null | number

Returns

boolean

Defined in

src/main/typescript/wcardinal/ui/d-diagram-data-scoped.ts:11


toDirty

toDirty(id): boolean

Parameters

Name Type
id string

Returns

boolean

Defined in

src/main/typescript/wcardinal/ui/d-diagram-data-scoped.ts:19