ConfigPanelSortView
struct ConfigPanelSortView : View
Undocumented
-
Undocumented
Declaration
Swift
@EnvironmentObject var context: MemriContext { get }
-
Declaration
Swift
var body: some View { get }
-
Undocumented
Declaration
Swift
func onSelect(_ selected: ConfigPanelModel.PossibleExpression)
-
Undocumented
Declaration
Swift
func toggleAscending()
-
Undocumented
Declaration
Swift
func changeOrderProperty(_ fieldName: String)
-
Undocumented
Declaration
Swift
static let excludedFields: [String]
-
Undocumented
Declaration
Swift
func getSortFields() -> [ConfigPanelModel.PossibleExpression]
-
Undocumented
Declaration
Swift
var sortDirectionImage: some View { get }
-
Undocumented
Declaration
Swift
var toggleOrderButton: some View { get }