Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IGeneratorOptions<Data>

Type parameters

  • Data

Hierarchy

Index

Properties

cache

cache: ICacheMutable<Data>

Optional catcher

catcher: ICatcher

Can be provided to catch exceptions in listeners.

classifier

classifier: Classifier

Optional context

context: IContextImmutable

Optional groups

groups: LinkGroupsMutable

Optional headers

headers: HeadersInit

id

id: GuidAccepted

locale

locale: ILocale

Optional maxListeners

maxListeners: undefined | number

The maximum number of listeners that are allowed on an event. Helps prevent memory leaks from not removing old listeners.

Optional regex

regex: RegExp

Methods

Optional convertSuggestion

  • convertSuggestion(suggestion: Data): IInputImmutable