Winter Cardinal UI - v0.442.0 / EShapeDataScopedImpl

Class: EShapeDataScopedImpl

Implements

Table of contents

Constructors

Properties

Accessors

Methods

Constructors

constructor

new EShapeDataScopedImpl(): EShapeDataScopedImpl

Returns

EShapeDataScopedImpl

Properties

_data

Protected Optional _data: Map<string, EShapeDataValue[]>

Defined in

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

Accessors

ids

get ids(): string[]

Returns

string[]

Implementation of

EShapeDataScoped.ids

Defined in

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

Methods

add

add(id, value): void

Parameters

Name Type
id string
value EShapeDataValue

Returns

void

Implementation of

EShapeDataScoped.add

Defined in

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


each

each(iteratee): null | string

Parameters

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

Returns

null | string

Implementation of

EShapeDataScoped.each

Defined in

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


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

Implementation of

EShapeDataScoped.set

Defined in

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


toDirty

toDirty(id): boolean

Parameters

Name Type
id string

Returns

boolean

Implementation of

EShapeDataScoped.toDirty

Defined in

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