Component events
Events | Description |
---|---|
on_change | (optional) will be called once the user visits actively a new step. Will be emitted only once. Returns an object { event, item, current_step } . |
on_click | (optional) will be called once the user clicks on the current or another step. Will be emitted on every click. Returns an object { event, item, current_step } . |
Item events
Events | Description |
---|---|
on_click | (optional) will be called on a click event if a anchor or a button is available. Returns an object { event, item, current_step } . |