Winter Cardinal UI - v0.442.0 / EShapeDataScoped

Interface: EShapeDataScoped

Implemented by

Table of contents

Properties

Methods

Properties

ids

Readonly ids: string[]

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-scoped.ts:5

Methods

add

add(id, value): void

Parameters

Name Type
id string
value EShapeDataValue

Returns

void

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-scoped.ts:7


each

each(iteratee): null | string

Parameters

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

Returns

null | string

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-scoped.ts:17


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/shape/e-shape-data-scoped.ts:8


toDirty

toDirty(id): boolean

Parameters

Name Type
id string

Returns

boolean

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-scoped.ts:16