Primitive & Numeric Types
Primitive Types
Section titled “Primitive Types”booldefault: false
boolean whose value can be either true or false.
The default bool is false.[sls.type.bool]
Numeric Types
Section titled “Numeric Types”intdefault: 0
Signed integral number.
The default int is zero.[sls.type.int]
length
Section titled “length”lengthdefault: 0px
A length is a distance.
The default length is zero.[sls.type.length]
© 2026 SixtyFPS GmbH