PipelineStepFactoryContext
Handle
interface PipelineStepFactoryContext { readonly pipelineContext: PipelineContext; readonly resource: IResource;}Properties
property
pipelineContext PipelineContext get Gets the pipeline context that has the model and other properties.
property
resource IResource get Gets the resource that this factory is associated with.