Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IBit

A collection of attributes for setting up branches, paths, dialogues, scenes and directors. All the related controllers for what causes a bit to execute and what happens next.

Hierarchy

  • IBit

Implemented by

Indexable

[key: string]: any

A collection of attributes for setting up branches, paths, dialogues, scenes and directors. All the related controllers for what causes a bit to execute and what happens next.

Index

Properties

Optional callback

callback: ICallback

Optional catch

catch: undefined | string

Optional catchCallback

catchCallback: ICallback

Optional condition

condition: RegExp | string

Optional id

id: undefined | string

Optional intent

intent: undefined | string

Optional next

next: string | string[]

Optional options

options: undefined | string

Optional send

send: string | string[]

Generated using TypeDoc