Optional
blacklistArray of actions that will not be triggered in other tabs.
Optional
channelName of the communication channel to use for action synchronization.
Optional
initFlag indicating whether to copy the initial state from another tab (if available).
Optional
predicateA function to filter the actions to be synchronized based on custom criteria.
Optional
prepareA function to prepare the initial state for synchronization with other tabs.
Optional
whitelistArray of actions that will be triggered in other tabs.
Generated using TypeDoc
Synchronization configuration interface This interface provides the options for configuring the synchronization of actions across multiple tabs.
Note: When using multiple options (predicate,
blacklist
, andwhitelist
), only one of them will be effective. The priority ispredicate
>blacklist
>whitelist
.