Saxonberg Server API
    Preparing search index...

    Interface AliasOverridesSnapshot

    Diagnostic raw-state view returned by listOverrides(). Skips the resolution chain — exposes the bare per-tier maps. Defaults are not included (they live on mixin static data, not host state).

    interface AliasOverridesSnapshot {
        persistent: Record<string, string | null>;
        session: Record<string, string>;
    }
    Index

    Properties

    Properties

    persistent: Record<string, string | null>

    name → body, or null for tombstone (default-suppressed).

    session: Record<string, string>

    Session never tombstones — string only.