Skip to main content
View as Markdown

Type Alias: FlowCustomStepInput

FlowCustomStepInput: FlowStepInput & object

Defined in: flow-builder.ts:111

Payload for a custom flow step.

Type declaration

color?

optional color: string

custom?

optional custom: object

custom.color?

optional color: string

custom.height?

optional height: number

custom.icon?

optional icon: string

custom.menu?

optional menu: object[]

custom.properties?

optional properties: Record<string, string | number>

custom.summary?

optional summary: string

custom.title

title: string

custom.type?

optional type: string

custom.url?

optional url: string

height?

optional height: number

icon?

optional icon: string

optional menu: object[]

properties?

optional properties: Record<string, string | number>

type?

optional type: string

url?

optional url: string