Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StateService

Base contract for state management services.

Hierarchy

  • StateService

Index

Methods

Abstract getState

  • getState(): any
  • This method will be called during List initialization and must return settings saved previously.

    Returns any

Abstract persistState

  • This method must get required state from passed filterService instance and persist it in any way.

    Parameters

    Returns void

Generated using TypeDoc