Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MediatorConfig<T>

Config object to configure a table mediator.

see

MatTableMediator.DEFAULT_CONFIG

see

TrackByFunction

Type parameters

  • T

    entity type for the TrackByFunction

Hierarchy

  • MediatorConfig

Index

Properties

attempts

attempts: number

number of retry attempts for the fetch function

debounceLoading

debounceLoading: number

debounce time for the isLoading$ observable

trackByFn

trackByFn: TrackByFunction<T>

trackBy function for the table

Generated using TypeDoc