Winter Cardinal UI - v0.442.0 / EShapeActionValueShowHideLayer
EShapeActionValueSubtyped
<typeof LAYER
>
↳ EShapeActionValueShowHideLayer
• new EShapeActionValueShowHideLayer(condition
, layers
, bringToFront
): EShapeActionValueShowHideLayer
Name | Type |
---|---|
condition |
string |
layers |
number [] |
bringToFront |
boolean |
EShapeActionValueShowHideLayer
EShapeActionValueSubtyped.constructor
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-show-hide-layer.ts:29
• Readonly
bringToFront: boolean
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-show-hide-layer.ts:27
• Readonly
condition: string
EShapeActionValueSubtyped.condition
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-base.ts:16
• Readonly
layers: number
[]
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-show-hide-layer.ts:26
• Readonly
subtype: 3
EShapeActionValueSubtyped.subtype
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-subtyped.ts:13
• Readonly
type: number
EShapeActionValueSubtyped.type
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-base.ts:15
▪ Static
Protected
Optional
THEME: EThemeShapeActionValue
EShapeActionValueSubtyped.THEME
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-base.ts:13
▸ getTheme(): EThemeShapeActionValue
EShapeActionValueSubtyped.getTheme
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-base.ts:31
▸ isEquals(value
): boolean
Name | Type |
---|---|
value |
EShapeActionValue |
boolean
EShapeActionValueSubtyped.isEquals
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-subtyped.ts:20
▸ serialize(manager
): number
Name | Type |
---|---|
manager |
EShapeResourceManagerSerialization |
number
EShapeActionValueSubtyped.serialize
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-show-hide-layer.ts:39
▸ serializeLayers(manager
): number
Name | Type |
---|---|
manager |
EShapeResourceManagerSerialization |
number
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-show-hide-layer.ts:48
▸ toLabel(): string
string
EShapeActionValueSubtyped.toLabel
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-base.ts:27
▸ toRuntime(): EShapeActionRuntime
EShapeActionValueSubtyped.toRuntime
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-show-hide-layer.ts:35
▸ deserialize(serialized
, manager
): EShapeActionValueShowHideLayer
Name | Type |
---|---|
serialized |
EShapeActionValueShowHideLayerSerialized |
manager |
EShapeResourceManagerDeserialization |
EShapeActionValueShowHideLayer
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-show-hide-layer.ts:60
▸ deserializeLayers(target
, manager
): number
[]
Name | Type |
---|---|
target |
number |
manager |
EShapeResourceManagerDeserialization |
number
[]
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-show-hide-layer.ts:70