IGPAPI
    Preparing search index...

    Interface SetBestiesInput

    interface SetBestiesInput {
        add?: (string | number)[];
        blockOnEmptyThreadCreation?: boolean;
        module?: MobileNavModule;
        remove?: (string | number)[];
        source?: string;
    }
    Index

    Properties

    add?: (string | number)[]
    blockOnEmptyThreadCreation?: boolean
    module?: MobileNavModule
    remove?: (string | number)[]
    source?: string