Type Alias: FlowCustomStepInput
FlowCustomStepInput:
FlowStepInput&object
Defined in: flow-builder.ts:111
Payload for a custom flow step.
Type declaration
color?
optionalcolor:string
custom?
optionalcustom:object
custom.color?
optionalcolor:string
custom.height?
optionalheight:number
custom.icon?
optionalicon:string
custom.menu?
optionalmenu:object[]
custom.properties?
optionalproperties:Record<string,string|number>
custom.summary?
optionalsummary:string
custom.title
title:
string
custom.type?
optionaltype:string
custom.url?
optionalurl:string
height?
optionalheight:number
icon?
optionalicon:string
menu?
optionalmenu:object[]
properties?
optionalproperties:Record<string,string|number>
type?
optionaltype:string
url?
optionalurl:string