File

assets/angular/shared/report-models.ts

Index

Properties

Properties

columns
columns: object[]
Type : object[]
filter
filter: object
Type : object
name
name: string
Type : string
solrQuery
solrQuery: string
Type : string
title
title: string
Type : string
export class Report {

  title: string
  name: string
  solrQuery: string
  filter: object
  columns: object[]
}

export class ReportResults {
  totalItems: number
  currentPage: number
  noItems: number
  items: object[]
}

results matching ""

    No results matching ""