Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IState

States accept some known common properties, but can accept any key/value pair that is needed for a specific type of branch or middleware. The done property tells middleware not to continue processing state.

Hierarchy

Implemented by

Indexable

[key: string]: any

States accept some known common properties, but can accept any key/value pair that is needed for a specific type of branch or middleware. The done property tells middleware not to continue processing state.

Index

Properties

Optional branch

branch: Branch

Optional dialogue

dialogue: Dialogue

Optional done

done: undefined | false | true

Optional exit

exit: undefined | false | true

Optional sequence

sequence: undefined | string

Optional server

server: IContext

Generated using TypeDoc