Interface: LayerOptions
game/layers.LayerOptions
Properties
classes
• Optional
classes: Computable
<Record
<string
, boolean
>>
Defined in
profectus/src/game/layers.tsx:74
color
• Optional
color: Computable
<string
>
Defined in
profectus/src/game/layers.tsx:72
display
• display: Computable
<CoercableComponent
>
Defined in
profectus/src/game/layers.tsx:73
forceHideGoBack
• Optional
forceHideGoBack: Computable
<boolean
>
Defined in
profectus/src/game/layers.tsx:78
minWidth
• Optional
minWidth: Computable
<string
| number
>
Defined in
profectus/src/game/layers.tsx:79
minimizable
• Optional
minimizable: Computable
<boolean
>
Defined in
profectus/src/game/layers.tsx:77
name
• Optional
name: Computable
<string
>
Defined in
profectus/src/game/layers.tsx:76
style
• Optional
style: Computable
<StyleValue
>