Values that indicate the sort direction of a column.
SDK
- macOS 10.10+
Framework
- App
Kit
Declaration
enum NSAccessibilitySortDirection : Int
Overview
This constant is used with the accessibility
property.
Values that indicate the sort direction of a column.
SDK
Framework
enum NSAccessibilitySortDirection : Int
This constant is used with the accessibility
property.
case unknown
The sort direction is unknown.
case ascending
The column is sorted in ascending values.
case descending
The column is sorted in descending values.