CustomStepViewPageConfig interface

An interface representing the configuration of the custom step view in the datahub wizard dialog

Properties

customComponentId
headerDialogConfig
inputArgs
modulePath
outputArgs

Property Details

customComponentId

customComponentId: string

Property Value

string

headerDialogConfig

headerDialogConfig?: DatahubHeaderDialogConfig

Property Value

inputArgs

inputArgs?: Record<string, unknown>

Property Value

Record<string, unknown>

modulePath

modulePath: string

Property Value

string

outputArgs

outputArgs?: Record<string, Function>

Property Value

Record<string, Function>