mingo
    Preparing search index...

    Interface WalkOptions

    Options passed to the walk function.

    interface WalkOptions {
        buildGraph?: boolean;
        descendArray?: boolean;
    }
    Index

    Properties

    buildGraph?: boolean
    descendArray?: boolean