Page

public struct Page

Represents a specific page for a subaio-view with optional params. The initial page shown should be Page(name: "OVERVIEW", nil) or simply Page.overview.

  • Name of the page

    Declaration

    Swift

    public let name: String
  • Undocumented

    Declaration

    Swift

    public init(name: String, params: Any?)
  • Undocumented

    Declaration

    Swift

    public init(name: String)
  • Convenience shorthand for initial page.

    Declaration

    Swift

    public static let overview: Page