Traqula
    Preparing search index...

    Interface VisitContext

    interface VisitContext {
        continue?: boolean;
        shortcut?: boolean;
    }
    Index

    Properties

    Properties

    continue?: boolean

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

    shortcut?: boolean

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