Overview
Stepper Event triggers fire when the user changes a stepper's value by tapping the + or - controls. You can choose whether the trigger should fire when the stepper's value increases, decreases, or changes in any way.
Note: Stepper Event triggers only work when added to a native stepper.
Trigger Properties
Event
Set the trigger to fire when the switch is on, when the switch is off, or when the switch's value changes:
Value Increased: Fires when the stepper's value increases.
Value Decreased: Fires when the stepper's value decreases.
Any: Fires when the stepper's value changes in any way.
Is Enabled
Set if the trigger should fire when the trigger's conditions are met.
Expression Editor Properties
Is Enabled
trigger.isEnabled
Whether the trigger is enabled or disabled.
Resources
βProjects