SelectDirection

public enum SelectDirection : String, Encodable

When dragmode is set to select, this limits the selection of the drag to horizontal, vertical or diagonal.

h only allows horizontal selection, v only vertical, d only diagonal and any sets no limit.

  • h

    Undocumented

    Declaration

    Swift

    case h
  • v

    Undocumented

    Declaration

    Swift

    case v
  • d

    Undocumented

    Declaration

    Swift

    case d
  • any

    Undocumented

    Declaration

    Swift

    case any