Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CatchAllBranch

Branch to match on any CatchAll type

Hierarchy

  • Branch
  • Branch
    • CatchAllBranch

Implements

Indexable

[key: string]: any

Branch to match on any CatchAll type

Index

Constructors

constructor

  • Accepts only super args, matcher is fixed Accepts only super args, matcher is fixed

    Parameters

    Returns CatchAllBranch

Properties

callback

callback: ICallback

force

force: boolean

id

id: string

Optional match

match: any

Optional matched

matched: undefined | false | true

processKey

processKey: ProcessKeys = "act"

type

type: string

Methods

execute

matcher

  • Matching function looks for any CatchAll

    Parameters

    Returns Promise<CatchAllMessage | undefined>

Generated using TypeDoc