styling
/
dev.fritz2.styling.theme
/
WeightedValue
js
Weighted
Value
class
WeightedValue
(normal:
Property
, light:
Property
, lighter:
Property
, strong:
Property
, stronger:
Property
, none:
Property
, full:
Property
)
Content copied to clipboard
Defines a value that has different expressions for different weights.
Constructors
Functions
Properties
Constructors
WeightedValue
Link copied to clipboard
js
fun
WeightedValue
(normal:
Property
, light:
Property
= normal, lighter:
Property
= light, strong:
Property
= normal, stronger:
Property
= strong, none:
Property
= lighter, full:
Property
= strong)
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
toString
Link copied to clipboard
js
open fun
toString
():
String
Content copied to clipboard
Properties
full
Link copied to clipboard
js
val
full
:
Property
Content copied to clipboard
inherit
Link copied to clipboard
js
val
inherit
:
Property
Content copied to clipboard
initial
Link copied to clipboard
js
val
initial
:
Property
Content copied to clipboard
light
Link copied to clipboard
js
val
light
:
Property
Content copied to clipboard
lighter
Link copied to clipboard
js
val
lighter
:
Property
Content copied to clipboard
none
Link copied to clipboard
js
val
none
:
Property
Content copied to clipboard
normal
Link copied to clipboard
js
val
normal
:
Property
Content copied to clipboard
strong
Link copied to clipboard
js
val
strong
:
Property
Content copied to clipboard
stronger
Link copied to clipboard
js
val
stronger
:
Property
Content copied to clipboard