Winter Cardinal UI - v0.442.0 / EShapeActionValueMiscInput

Class: EShapeActionValueMiscInput

Hierarchy

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new EShapeActionValueMiscInput(subtype, when, target, onInputAction): EShapeActionValueMiscInput

Parameters

Name Type
subtype 0 | 1 | 2
when string
target string
onInputAction EShapeActionValueOnInputAction

Returns

EShapeActionValueMiscInput

Overrides

EShapeActionValueMisc.constructor

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-misc-input.ts:11

Properties

condition

Readonly condition: string

Inherited from

EShapeActionValueMisc.condition

Defined in

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


onInputAction

Readonly onInputAction: EShapeActionValueOnInputAction

Inherited from

EShapeActionValueMisc.onInputAction

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-misc.ts:45


subtype

Readonly subtype: EShapeActionValueMiscSubtype

Inherited from

EShapeActionValueMisc.subtype

Defined in

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


target

Readonly target: string

Inherited from

EShapeActionValueMisc.target

Defined in

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


type

Readonly type: number

Inherited from

EShapeActionValueMisc.type

Defined in

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


value

Readonly value: string

Inherited from

EShapeActionValueMisc.value

Defined in

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


THEME

Static Protected Optional THEME: EThemeShapeActionValue

Inherited from

EShapeActionValueMisc.THEME

Defined in

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

Methods

getTheme

getTheme(): EThemeShapeActionValue

Returns

EThemeShapeActionValue

Inherited from

EShapeActionValueMisc.getTheme

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

Inherited from

EShapeActionValueMisc.isEquals

Defined in

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


serialize

serialize(manager): number

Parameters

Name Type
manager EShapeResourceManagerSerialization

Returns

number

Inherited from

EShapeActionValueMisc.serialize

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-misc.ts:83


toLabel

toLabel(): string

Returns

string

Inherited from

EShapeActionValueMisc.toLabel

Defined in

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


toRuntime

toRuntime(): EShapeActionRuntime

Returns

EShapeActionRuntime

Inherited from

EShapeActionValueMisc.toRuntime

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-misc.ts:61


deserialize

deserialize(serialized, manager): EShapeActionValueMisc

Parameters

Name Type
serialized EShapeActionValueMiscSerialized
manager EShapeResourceManagerDeserialization

Returns

EShapeActionValueMisc

Inherited from

EShapeActionValueMisc.deserialize

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-misc.ts:92