Winter Cardinal UI - v0.442.0 / EShapeDataSystem

Interface: EShapeDataSystem

Implemented by

Table of contents

Methods

Methods

clear

clear(): this

Returns

this

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-system.ts:14


contains

contains(key): boolean

Parameters

Name Type
key string

Returns

boolean

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-system.ts:12


copy

copy(target): this

Parameters

Name Type
target EShapeDataSystem

Returns

this

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-system.ts:18


deserialize

deserialize(target, manager): void

Parameters

Name Type
target number
manager EShapeResourceManagerDeserialization

Returns

void

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-system.ts:21


each

each(iteratee): this

Parameters

Name Type
iteratee (value: string, key: string) => boolean | void

Returns

this

Defined in

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


get

get(key): null | string

Parameters

Name Type
key string

Returns

null | string

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-system.ts:11


remove

remove(key): null | string

Parameters

Name Type
key string

Returns

null | string

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-system.ts:13


serialize

serialize(manager): number

Parameters

Name Type
manager EShapeResourceManagerSerialization

Returns

number

Defined in

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


set

set(key, value): this

Parameters

Name Type
key string
value string

Returns

this

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-system.ts:10


size

size(): number

Returns

number

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-system.ts:15