Interface IListingPreset

Hierarchy

  • IListingPreset

Properties

countNumberAttributes?: boolean
filterCollapsed?: boolean
locationData?: ILocationData
pagination?: {
    limit: number;
    page: number;
}

Type declaration

  • limit: number
  • page: number
recordFilters?: IListingRecordFilter[]
relationFilters?: {
    attribute: string;
    collection: string;
    criteria?: IListingFilter[];
    type?: "relation" | "reference";
}

Type declaration

  • attribute: string
  • collection: string
  • Optional criteria?: IListingFilter[]
  • Optional type?: "relation" | "reference"
showArchived?: boolean
showGraph?: boolean
showInGraph?: string[]
showTable?: boolean
sortBy?: string
sortReverse?: 1 | -1
type: null | string | string[]

Generated using TypeDoc