Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StatusFilter

Allows the filtering of results from the checkStatuses method. Depending on the includeContexts flag, results returned from the method:

  • Only include results from contexts listed in the contexts property (includeContexts is true)
  • Only include results from contexts not listed in the contexts property (includeContexts is false)

Hierarchy

  • StatusFilter

Index

Properties

contexts

contexts: string[]

The list of status contexts to include or exclude.

includeContexts

includeContexts: boolean

Whether this filter includes tags that should be included or excluded.

Generated using TypeDoc