SubView
public struct SubView : View
Undocumented
-
Undocumented
Declaration
Swift
@EnvironmentObject var context: MemriContext { get }
-
Undocumented
Declaration
Swift
var proxyMain: MemriContext?
-
Undocumented
Declaration
Swift
var toolbar: Bool
-
Undocumented
Declaration
Swift
var searchbar: Bool
-
Undocumented
Declaration
Swift
var showCloseButton: Bool
-
Undocumented
Declaration
Swift
public init( context: MemriContext, viewName: String, item: Item? = nil, viewArguments: ViewArguments = ViewArguments(nil) )
-
Undocumented
Declaration
Swift
public init( context: MemriContext, view state: CVUStateDefinition, item: Item? = nil, viewArguments: ViewArguments = ViewArguments(nil) )
-
Declaration
Swift
public var body: some View { get }