@labkey/api
    Preparing search index...

    Interface IGetPipelineContainerOptions

    interface IGetPipelineContainerOptions {
        containerPath?: string;
        failure?: RequestFailure<any>;
        scope?: any;
        success?: RequestSuccess<PipelineContainerResponse>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    containerPath?: string

    The container in which to make the request (defaults to current container)

    failure?: RequestFailure<any>

    This will be called upon failure to complete a request.

    scope?: any

    A scoping object for the success and failure callback functions (default to this).

    This will be called upon successfully completing a request.