Documentation
    Preparing search index...

    Type Alias AuxEffectRef

    type AuxEffectRef = {
        auxPath: string;
        auxPathIsName: boolean;
        effectPath: RefPath;
        realm: "aux-effect";
    }
    Index

    Properties

    auxPath: string
    auxPathIsName: boolean
    effectPath: RefPath
    realm: "aux-effect"