Gesture

public enum Gesture

The gesture to use to show the menu.

  • The menu will be shown when the element is tapped.

    Declaration

    Swift

    case onTap
  • The menu will be shown when the element is long pressed.

    Declaration

    Swift

    case onLongPress