@wxn0brp/vql-client
    Preparing search index...

    Interface VQuery_Control

    To extend via adapters

    declare module "@wxn0brp/db-core/types/query" {
    export interface VQuery_Control {
    key?: "value";
    }
    }
    interface VQuery_Control {
        dir?: { lastFileNum?: number; sortedFiles?: string[] };
    }
    Index

    Properties

    Properties

    dir?: { lastFileNum?: number; sortedFiles?: string[] }