Browser
struct Browser : View
Undocumented
-
Undocumented
Declaration
Swift
@EnvironmentObject var context: MemriContext { get }
-
Undocumented
Declaration
Swift
let inSubView: Bool
-
Undocumented
Declaration
Swift
let showCloseButton: Bool
-
Undocumented
Declaration
Swift
init()
-
Undocumented
Declaration
Swift
init(inSubView: Bool, showCloseButton: Bool)
-
Undocumented
Declaration
Swift
var activeRendererController: RendererController? { get }
-
Undocumented
Declaration
Swift
@State var isSearchActive: Bool { get nonmutating set }
-
Undocumented
Declaration
Swift
var showFilterPanel: Bool { get nonmutating set }
-
Undocumented
Declaration
Swift
@GestureState var filterPanelGestureOffset: CGFloat { get }
-
Declaration
Swift
var body: some View { get }