vapor-chamber API reference - v1.3.0
    Preparing search index...

    Type Alias TransitionBridgeOptions

    type TransitionBridgeOptions = {
        namespace?: string;
        bus?: BaseBus;
    }
    Index

    Properties

    Properties

    namespace?: string

    Namespace prefix for dispatched actions (e.g. 'modal' → 'modalEnter').

    bus?: BaseBus

    Bus to dispatch on. Required for createTransitionBridge.