@labkey/api

    Interface GetVialTypeSummaryOptions

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

    Hierarchy (View Summary, Expand)

    Index

    Properties

    containerPath?: string
    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).

    success?: RequestSuccess<any>

    This will be called upon successfully completing a request.

    MMNEPVFCICPMFPCPTTAAATR