Interface CategorizedSearchOptions

interface CategorizedSearchOptions {
    archived?: boolean;
    page?: number;
    per_page?: number;
    type?: string;
}

Properties

archived?: boolean
page?: number
per_page?: number
type?: string

Preselected element type id (a tab); defaults to the most-popular type.