Page
public struct PageRepresents 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 DeclarationSwift public let name: String
- 
                  
                  Undocumented DeclarationSwift public init(name: String, params: Any?)
- 
                  
                  Undocumented DeclarationSwift public init(name: String)
- 
                  
                  Convenience shorthand for initial page. DeclarationSwift public static let overview: Page
 Page Structure Reference
        Page Structure Reference