mode property

SpinnerVerbsMode mode
final

How custom verbs interact with the defaults.

  • replace: use only the custom verbs (falls back to defaults if empty).
  • append: add custom verbs after the defaults.

Implementation

final SpinnerVerbsMode mode;