Interface CategorizedSearchOptions

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

Properties

archived?: boolean
organization?: string

Restrict the search (and its type tabs) to elements owned by this organization.

page?: number
per_page?: number
type?: string[]

Ordered list of preferred element type ids. Present types lead the tabs in this order and the first present one becomes the active tab; absent ones are ignored (falls back to the most-popular type).