@logixjs/core
    Preparing search index...

    Interface DiffManifestOptions

    interface DiffManifestOptions {
        metaAllowlist?: readonly string[];
    }
    Index

    Properties

    Properties

    metaAllowlist?: readonly string[]

    metaAllowlist:

    • When omitted: diff all meta keys (defaults to treating all changes as RISKY).
    • When provided: only diff allowlisted keys (others are ignored).