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 more

    Declaration

    Swift

    public enum HTMLNode
  • An enumeration to indicate one edge of a rectangle.

    See more

    Declaration

    Swift

    public enum Edge : Int8, CaseIterable
  • Primary layout axis of a view. Used by the SwiftWeb layout system to translate GrowingLayoutAxiss into CSS attributes at each level of the view hierarchy.

    See more

    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 GrowingAxesModifying protocol.

    See more

    Declaration

    Swift

    public enum GrowingLayoutAxis
  • An alignment position along the horizontal axis.

    See more

    Declaration

    Swift

    public enum VerticalAlignment
  • The type of keyboard to display for a given text-based view.

    See more

    Declaration

    Swift

    public enum UIKeyboardType
  • An alignment position along the horizontal axis.

    See more

    Declaration

    Swift

    public enum HorizontalAlignment