Member Junction
    Preparing search index...

    Options for walking the dependency graph.

    interface WalkOptions {
        EntityFilter?: string[];
        ExcludeEntities?: string[];
        IncludeDeleted?: boolean;
        MaxDepth?: number;
    }
    Index

    Properties

    EntityFilter?: string[]

    Only include these entities

    ExcludeEntities?: string[]

    Skip these entities

    IncludeDeleted?: boolean

    Include soft-deleted records (default: false)

    MaxDepth?: number

    Maximum recursion depth (default: 10)