set-state
Last updated
Was this helpful?
Was this helpful?
onFocus:
type: action.set-state
options:
state: =@ctx.solution.state.onFocus-key
value: =@ctx.solution.state.on-focus-key +1 onRefresh:
type: action.set-state
options:
state: =@ctx.solution.state.onRefresh-key
value: =@ctx.solution.state.on-refresh-key +1actions:
- children:
- type: action.set-state
options:
title: Add 1 to your action-key
state: =@ctx.solution.state.action-key
value: =@ctx.solution.state.action-key +1onPress:
type: action.set-state
options:
state: =@ctx.solution.state.onPress-key
value: =@ctx.solution.state.on-press-key +1onChange:
type: action.set-state
options:
state: =@ctx.solution.state.onChange-key
value: =@ctx.solution.state.on-change-key +1
::
::::