DebugConsole

struct DebugConsole : View

Undocumented

  • Undocumented

    Declaration

    Swift

    @EnvironmentObject
    var context: MemriContext { get }
  • Undocumented

    Declaration

    Swift

    @ObservedObject
    var history: DebugHistory { get set }
  • Undocumented

    Declaration

    Swift

    @State
    var scrollPosition: ASTableViewScrollPosition? { get nonmutating set }
  • Declaration

    Swift

    var body: some View { get }