ConfigPanel

struct ConfigPanel : View

Undocumented

  • Undocumented

    Declaration

    Swift

    @EnvironmentObject
    var context: MemriContext { get }
  • Undocumented

    Declaration

    Swift

    @ObservedObject
    var keyboard: KeyboardResponder { get set }
  • Undocumented

    Declaration

    Swift

    @State
    var shouldMoveAboveKeyboard: Bool { get nonmutating set }
  • Declaration

    Swift

    var body: some View { get }
  • Undocumented

    Declaration

    Swift

    var showSortItem: Bool { get }
  • Undocumented

    Declaration

    Swift

    @ViewBuilder
    var noConfigItem: some View { get }
  • Undocumented

    Declaration

    Swift

    @ViewBuilder
    var sortItem: some View { get }
  • Undocumented

    Declaration

    Swift

    func getConfigView(_ configItem: ConfigPanelModel.ConfigItem) -> AnyView