novdom/parameter/container
Types
pub type Alignment {
Top
Bottom
Left
Right
Center
TopLeft
TopRight
BottomLeft
BottomRight
}
Constructors
-
Top -
Bottom -
Left -
Right -
Center -
TopLeft -
TopRight -
BottomLeft -
BottomRight
pub type Direction {
VerticalDirection
HorizontalDirection
}
Constructors
-
VerticalDirection -
HorizontalDirection
pub type Placement {
Gap(String)
EvenSpacing
BetweenSpacing
AroundSpacing
Start
End
Middle
}
Constructors
-
Gap(String) -
EvenSpacing -
BetweenSpacing -
AroundSpacing -
Start -
End -
Middle