Sanity Library Reference Docs
    Preparing search index...

    One declared effect plus a structural location string identifying where it sits in the definition (for diagnostics).

    interface EffectSite {
        effect: Effect;
        location: string;
    }
    Index

    Properties

    Properties

    effect: Effect
    location: string