IGPAPI
    Preparing search index...

    Interface DirectSearchSecondaryInput

    interface DirectSearchSecondaryInput {
        hideLockedThreads?: Record<string, string | boolean>;
        offsets?: string | number;
        query: string;
        resultTypes?: readonly string[];
    }
    Index

    Properties

    hideLockedThreads?: Record<string, string | boolean>
    offsets?: string | number
    query: string
    resultTypes?: readonly string[]