styling
/
dev.fritz2.styling.theme
/
ZIndices
js
Z
Indices
class
ZIndices
(baseValue:
Int
, layer:
Int
, layerStep:
Int
, overlayValue:
Int
, toast:
Int
, toastStep:
Int
, modal:
Int
, modalStep:
Int
)
Content copied to clipboard
Defines the scheme for zIndices in fritz2
Types
Constructors
Functions
Properties
Constructors
ZIndices
Link copied to clipboard
js
fun
ZIndices
(baseValue:
Int
, layer:
Int
, layerStep:
Int
, overlayValue:
Int
, toast:
Int
, toastStep:
Int
, modal:
Int
, modalStep:
Int
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
js
object
Companion
Content copied to clipboard
Functions
equals
Link copied to clipboard
js
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
js
open fun
hashCode
():
Int
Content copied to clipboard
layer
Link copied to clipboard
js
fun
layer
(value:
Int
):
Property
Content copied to clipboard
creates
Property
for a specific layer z-indexUse self defined constants for the different layers of your UI.
modal
Link copied to clipboard
js
fun
modal
(value:
Int
):
Property
Content copied to clipboard
creates
Property
for a specific modals z-index
fun
modal
(value:
Int
, offset:
Int
):
Property
Content copied to clipboard
creates
Property
for a specific modals z-index shifted by an offset
toast
Link copied to clipboard
js
fun
toast
(value:
Int
):
Property
Content copied to clipboard
creates
Property
for a specific toast z-index
toString
Link copied to clipboard
js
open fun
toString
():
String
Content copied to clipboard
Properties
base
Link copied to clipboard
js
val
base
:
Property
Content copied to clipboard
Property
for base z-index
overlay
Link copied to clipboard
js
val
overlay
:
Property
Content copied to clipboard
Property
for overlay z-index