Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PetitionPagerConfig

Configuration for PetitionPager.

Hierarchy

  • PetitionPagerConfig

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

loadDetail

loadDetail: boolean = false

If detailed petition information should be loaded.

loadInterval

loadInterval: number = 500

The interval.

Methods

debug

  • debug(message: string, ...objects: any[]): void
  • If debug logging should be enabled.

    Parameters

    • message: string
    • Rest ...objects: any[]

    Returns void

transformer

  • transformer(raw: any): any
  • A function to transform the petitions before stored or emitted.

    Parameters

    • raw: any

    Returns any

Generated using TypeDoc