Only monitor the specified options for re-running the subscribe/unsubscribe callbacks It is recommended to set this for all actions using subscribe, to reduce unnecessary calls when the user has the values driven by expressions. If not set, all options changes will trigger unsubscribe/subscribe
OptionalskipIf true, the unsubscribe callback will not be called when the options change, only when the action is removed or disabled
Called to report the existence of an action Useful to ensure necessary data is loaded
OptionalunsubscribeCalled to report an action has been edited/removed Useful to cleanup subscriptions setup in subscribe
Variant where at least subscribe is present, while optionsToMonitorForSubscribe becomes required and skipUnsubscribeOnOptionsChange remains optional.