E621
    Preparing search index...

    Interface SearchForumTopicsOptions

    interface SearchForumTopicsOptions {
        category_id?: number;
        id?: string | number;
        is_hidden?: boolean;
        is_locked?: boolean;
        is_sticky?: boolean;
        limit?: number;
        order?: "id_asc" | "id_desc" | "sticky";
        page?: number;
        title?: string;
        title_matches?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    category_id?: number
    id?: string | number
    is_hidden?: boolean
    is_locked?: boolean
    is_sticky?: boolean
    limit?: number
    order?: "id_asc" | "id_desc" | "sticky"
    page?: number
    title?: string
    title_matches?: string