Winter Cardinal UI - v0.442.0 / EShapeActionValueShowHideLayer

Class: EShapeActionValueShowHideLayer

Hierarchy

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new EShapeActionValueShowHideLayer(condition, layers, bringToFront): EShapeActionValueShowHideLayer

Parameters

Name Type
condition string
layers number[]
bringToFront boolean

Returns

EShapeActionValueShowHideLayer

Overrides

EShapeActionValueSubtyped.constructor

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-show-hide-layer.ts:29

Properties

bringToFront

Readonly bringToFront: boolean

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-show-hide-layer.ts:27


condition

Readonly condition: string

Inherited from

EShapeActionValueSubtyped.condition

Defined in

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


layers

Readonly layers: number[]

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-show-hide-layer.ts:26


subtype

Readonly subtype: 3

Inherited from

EShapeActionValueSubtyped.subtype

Defined in

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


type

Readonly type: number

Inherited from

EShapeActionValueSubtyped.type

Defined in

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


THEME

Static Protected Optional THEME: EThemeShapeActionValue

Inherited from

EShapeActionValueSubtyped.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

EShapeActionValueSubtyped.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

EShapeActionValueSubtyped.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

Overrides

EShapeActionValueSubtyped.serialize

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-show-hide-layer.ts:39


serializeLayers

serializeLayers(manager): number

Parameters

Name Type
manager EShapeResourceManagerSerialization

Returns

number

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-show-hide-layer.ts:48


toLabel

toLabel(): string

Returns

string

Inherited from

EShapeActionValueSubtyped.toLabel

Defined in

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


toRuntime

toRuntime(): EShapeActionRuntime

Returns

EShapeActionRuntime

Overrides

EShapeActionValueSubtyped.toRuntime

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-show-hide-layer.ts:35


deserialize

deserialize(serialized, manager): EShapeActionValueShowHideLayer

Parameters

Name Type
serialized EShapeActionValueShowHideLayerSerialized
manager EShapeResourceManagerDeserialization

Returns

EShapeActionValueShowHideLayer

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-show-hide-layer.ts:60


deserializeLayers

deserializeLayers(target, manager): number[]

Parameters

Name Type
target number
manager EShapeResourceManagerDeserialization

Returns

number[]

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-show-hide-layer.ts:70