TransitionStyleProvider<ProcessStep>

A function type that provides styles for the transitions between steps in a process. The source/target represents the start/end item of the connection, respectively.

Type
(
source: ProcessStep,
target: ProcessStep
) => TransitionStyle | undefined