Winter Cardinal UI - v0.442.0 / EShapeActionValueBase

Class: EShapeActionValueBase

Hierarchy

Implements

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new EShapeActionValueBase(type, condition): EShapeActionValueBase

Parameters

Name Type
type number
condition string

Returns

EShapeActionValueBase

Defined in

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

Properties

condition

Readonly condition: string

Implementation of

EShapeActionValue.condition

Defined in

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


type

Readonly type: number

Implementation of

EShapeActionValue.type

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-base.ts:15


THEME

Static Protected Optional THEME: EThemeShapeActionValue

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-base.ts:13

Methods

getTheme

getTheme(): EThemeShapeActionValue

Returns

EThemeShapeActionValue

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-base.ts:31


isEquals

isEquals(value): boolean

Parameters

Name Type
value EShapeActionValue

Returns

boolean

Implementation of

EShapeActionValue.isEquals

Defined in

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


serialize

serialize(manager): number

Parameters

Name Type
manager EShapeResourceManagerSerialization

Returns

number

Implementation of

EShapeActionValue.serialize

Defined in

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


toLabel

toLabel(): string

Returns

string

Implementation of

EShapeActionValue.toLabel

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-base.ts:27


toRuntime

toRuntime(): EShapeActionRuntime

Returns

EShapeActionRuntime

Implementation of

EShapeActionValue.toRuntime

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-base.ts:36