Winter Cardinal UI - v0.442.0 / EShapeDataValue

Interface: EShapeDataValue

Hierarchy

Implemented by

Table of contents

Properties

Methods

Properties

as

as: string

Inherited from

EShapeDataValueLike.as

Defined in

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


capacity

capacity: number

Inherited from

EShapeDataValueLike.capacity

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-value.ts:23


format

format: string

Inherited from

EShapeDataValueLike.format

Defined in

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


formatter

Optional formatter: EShapeDataValueFormatter

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-value.ts:44


id

id: string

Inherited from

EShapeDataValueLike.id

Defined in

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


initial

initial: string

Inherited from

EShapeDataValueLike.initial

Defined in

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


nvalue

Readonly nvalue: number

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-value.ts:33


order

order: EShapeDataValueOrder

Inherited from

EShapeDataValueLike.order

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-value.ts:24


parent

Optional parent: EShapeDataValueParent

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-value.ts:42


range

range: EShapeDataValueRange

Overrides

EShapeDataValueLike.range

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-value.ts:41


scope

scope: EShapeDataValueScope

Inherited from

EShapeDataValueLike.scope

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-value.ts:19


state

state: number

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-value.ts:35


states

states: number[]

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-value.ts:39


time

time: number

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-value.ts:34


times

times: number[]

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-value.ts:38


type

type: number

Inherited from

EShapeDataValueLike.type

Defined in

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


value

value: unknown

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-value.ts:32


values

values: unknown[]

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-value.ts:37

Methods

clear

clear(): void

Returns

void

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-value.ts:46


copy

copy(target): void

Parameters

Name Type
target EShapeDataValue

Returns

void

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-value.ts:50


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-value.ts:53


isEquals

isEquals(target): boolean

Parameters

Name Type
target EShapeDataValue

Returns

boolean

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-value.ts:51


remove

remove(index): void

Parameters

Name Type
index number

Returns

void

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-value.ts:48


removeAll

removeAll(indices): void

Parameters

Name Type
indices number[]

Returns

void

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-value.ts:49


serialize

serialize(manager): number

Parameters

Name Type
manager EShapeResourceManagerSerialization

Returns

number

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-value.ts:52


toDirty

toDirty(): void

Returns

void

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-value.ts:47