PipelineEditor
Handle
interface PipelineEditor { steps(): PipelineStep[]; stepsByTag(tag: string): PipelineStep[];}Methods
method
stepsByTag Gets pipeline steps with the specified tag
stepsByTag(tag: string): PipelineStep[]Parameters
tag string Returns
PipelineStep[]