interface DispatcherParams {
    key?: StateKeyDelegate;
    sceneName?: string;
    storage?: IStateStorageProvider;
}

Properties

Custom key delegate for the dispatcher.

sceneName?: string

If this dispatcher can be used as a scene, its unique name.

Should not be set manually, use Dispatcher.scene instead

Custom storage for this dispatcher and its children.

Client's storage