Traqula
    Preparing search index...

    Interface VisitContext

    interface VisitContext {
        continue?: boolean;
        ignoreKeys?: Set<string>;
        shortcut?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    continue?: boolean

    Whether you should continue iterating deeper with this object. Default true.

    ignoreKeys?: Set<string>

    Object keys that can be ignored, meaning they do not get visited.

    shortcut?: boolean

    Whether you should stop iterating after this object. Default false.