Description
I am writing an integration with reductive via communicating directly through connect API.
I am able to implement most of the monitor actions, except the actions that rely on liftedState:
SWEEP
REORDER_ACTIONS
LOCK_CHANGES
: lock-changes button will be only toggled onceisLocked
is set on liftedState.
for now liftedState is only passed in TOOGLE_ACTION
monitor action when skipping an action.
It would be great if either there is some way to explicitly retrieve liftedState from the extension API, or maybe passing it in above-mentioned action's payload. Or maybe there is some hack for now?
I can have the corresponding liftedState on my side and update it accordingly on app and monitor actions but it feels like it should be directly available from the extension.
Metadata
Assignees
Labels
No labels