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