Enumerations
The following enumerations are available globally.
-
A structure representing an HTML element with means to modify its CSS style as well as custom attributes.
See moreDeclaration
Swift
public enum HTMLNode -
An enumeration to indicate one edge of a rectangle.
See moreDeclaration
Swift
public enum Edge : Int8, CaseIterable -
Primary layout axis of a view. Used by the SwiftWeb layout system to translate
See moreGrowingLayoutAxiss into CSS attributes at each level of the view hierarchy.Declaration
Swift
public enum LayoutAxis -
An an axis in which the layout of a view can be extended to fill the available space.
The growing axes of a view can be modified by the view itself by implementing the
See moreGrowingAxesModifyingprotocol.Declaration
Swift
public enum GrowingLayoutAxis -
An alignment position along the horizontal axis.
See moreDeclaration
Swift
public enum VerticalAlignment -
The type of keyboard to display for a given text-based view.
See moreDeclaration
Swift
public enum UIKeyboardType -
An alignment position along the horizontal axis.
See moreDeclaration
Swift
public enum HorizontalAlignment
View on GitHub
Enumerations Reference