dis-dat
    Preparing search index...

    Interface DisDatOptions

    interface DisDatOptions {
        concurrency?: number;
        expanded?: boolean;
        interactive?: boolean;
        silent?: boolean;
        streaming?: boolean;
    }

    Hierarchy

    • SpawnOptions
      • DisDatOptions
    Index
    concurrency?: number
    expanded?: boolean
    interactive?: boolean
    silent?: boolean
    streaming?: boolean