File

src/app/core/store/data/data.actions.ts

Index

Properties
  • Static Readonly type

Constructor

constructor(filter: Partial)
Parameters :
Name Type Optional
filter Partial<Filter> No

Properties

Static Readonly type
Type : string
Default value : '[DataState] Update filter'
import { Filter } from 'ccf-database';

export class UpdateFilter {
  static readonly type = '[DataState] Update filter';

  constructor(readonly filter: Partial<Filter>) {}
}

results matching ""

    No results matching ""