Interface: State

schema.State

Hierarchy

Properties

activities

Optional activities: string[]

Inherited from

StateCommon.activities


children

Optional children: Node[]

Inherited from

StateCommon.children


entry

Optional entry: string[]

Inherited from

StateCommon.entry


exit

Optional exit: string[]

Inherited from

StateCommon.exit


initial

Optional initial: string

Inherited from

StateCommon.initial


name

name: string

Inherited from

StateCommon.name


onDone

Optional onDone: string

Inherited from

StateCommon.onDone


schema

schema: "state"


services

Optional services: Service[]

Inherited from

StateCommon.services


transitions

Optional transitions: Transition[]

Inherited from

StateCommon.transitions