Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MediatorData<O>

Interface for the transformed API output so the mediator can feed the data in the table and observables. generic is the type of the array with the table data, same as the mediator's and MatTable's

Type parameters

  • O

    type of the array with the table data, same as the mediator's

Hierarchy

  • MediatorData

Index

Properties

Properties

data

data: Array<O>

total

total: number

Generated using TypeDoc