Enum ButtonTier
The visual emphasis tier of an ActionButton.
public enum ButtonTier
Fields
Primary = 0A solid accent-filled button, indicating the default option.
Secondary = 1A neutral bordered button. This is the default tier.
Tertiary = 2A quiet, text-only action (no fill or border until hovered), for low-emphasis actions.