Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FlowStep

Model for a diagram step.

Hierarchy

  • FlowElement
    • FlowStep

Index

Properties

attributes?: {}

Type declaration

  • [key: string]: string
id: string
links?: Link[]
name: string
path: string

Logical path for descriptor, or for custom steps this is the module path to ts file.

readonly?: boolean
type?: FlowElementType

Generated using TypeDoc