Skip to main content

Module data_type_ext

Module data_type_ext 

Source
Expand description

Data types Lynx uses inline inside property pages but does not document independently. Adding them as Whisker types gives the property builders a strongly-typed argument surface — for example z-index is an <integer> even though Lynx never spells <integer> out on a dedicated data-type page.

Structs§

Integer
A CSS <integer> value.

Enums§

EasingFunction
A CSS <easing-function> value.
Position
A <position> value.
PositionKeyword
Axis keyword used by Position.
StepPosition
Position parameter of the steps() easing function.