Documentation - v0.27.2
    Preparing search index...

    Interface DispatcherParams

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

    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