Sanity Library Reference Docs
    Preparing search index...

    What one declared effect name becomes in the generated tree.

    interface EffectHandlerBinding {
        effectName: string;
        identifier: string;
        module: string;
    }
    Index

    Properties

    effectName: string
    identifier: string

    The identifier the stub exports and the registry imports.

    module: string

    The stub's module name inside effect-handlers/, without an extension.