ContextPane

struct ContextPane : View

Undocumented

  • Undocumented

    Declaration

    Swift

    @EnvironmentObject
    var context: MemriContext { get }
  • Undocumented

    Declaration

    Swift

    var widthRatio: CGFloat
  • Undocumented

    Declaration

    Swift

    @GestureState
    var offset: CGFloat { get }
  • Undocumented

    Declaration

    Swift

    var isVisible: Bool { get nonmutating set }
  • Undocumented

    Declaration

    Swift

    func paneWidth(_ geom: GeometryProxy) -> CGFloat
  • Undocumented

    Declaration

    Swift

    func cappedOffset(_ geom: GeometryProxy) -> CGFloat
  • Undocumented

    Declaration

    Swift

    func fractionVisible(_ geom: GeometryProxy) -> Double
  • Declaration

    Swift

    var body: some View { get }
  • Undocumented

    Declaration

    Swift

    func body(withGeom geom: GeometryProxy) -> some View
  • Undocumented

    Declaration

    Swift

    var contextPaneDragGesture: some Gesture { get }