Change
public enum Change : CustomStringConvertible
Immediate change for a criterion
-
the change of selected state for a criterion
Declaration
Swift
case selected(index: Int, isSelected: Bool) -
the change of order direction of a criterion
Declaration
Swift
case ascending(index: Int, isAscending: Bool) -
the change of order in the array of criterions
Declaration
Swift
case order(sourceIndex: Int, destinationIndex: Int) -
Description
Declaration
Swift
public var description: String { get }