Contents

buttonRepeatBehavior

Whether buttons with this associated environment should repeatedly trigger their actions on prolonged interactions.

Declaration

var buttonRepeatBehavior: ButtonRepeatBehavior { get }

Discussion

A value of enabled means that buttons will be able to repeatedly trigger their action, and disabled means they should not. A value of automatic means that buttons will defer to default behavior.

See Also

Creating buttons