Interface MajorIdQuery

A major ID filter to match when requesting Items

interface MajorIdQuery {
    list: string[];
    requireAll?: boolean;
}

Properties

Properties

list: string[]

A list of Major IDs to look for

requireAll?: boolean

Whether the item has to have all major IDs, or if any are sufficient

Default

true

Generated using TypeDoc