@moritzbrantner/diagrams - v0.1.1
GitHub
Preparing search index...
StateMachineTransition
Type Alias StateMachineTransition
type
StateMachineTransition
=
{
action
?:
React.ReactNode
;
direction
?:
DiagramDirection
;
event
?:
React.ReactNode
;
guard
?:
React.ReactNode
;
id
:
string
;
kind
?:
StateMachineTransitionKind
;
points
?:
readonly
DiagramPoint
[]
;
source
:
string
;
target
:
string
;
waypoints
?:
readonly
DiagramPoint
[]
;
}
Index
Properties
action?
direction?
event?
guard?
id
kind?
points?
source
target
waypoints?
Properties
Optional
action
action
?:
React.ReactNode
Optional
direction
direction
?:
DiagramDirection
Optional
event
event
?:
React.ReactNode
Optional
guard
guard
?:
React.ReactNode
id
id
:
string
Optional
kind
kind
?:
StateMachineTransitionKind
Optional
points
points
?:
readonly
DiagramPoint
[]
source
source
:
string
target
target
:
string
Optional
waypoints
waypoints
?:
readonly
DiagramPoint
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
direction
event
guard
id
kind
points
source
target
waypoints
GitHub
@moritzbrantner/diagrams - v0.1.1
Loading...