@labkey/api
    Preparing search index...

    Interface MeasureGetDimensionsOptions

    interface MeasureGetDimensionsOptions {
        failure?: RequestFailure<any>;
        includeDemographics?: boolean;
        scope?: any;
        success?: RequestSuccess<{ value: any }[]>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    failure?: RequestFailure<any>

    This will be called upon failure to complete a request.

    includeDemographics?: boolean

    Applies only to measures from study datasets. Indicates whether dimensions from demographic datasets should be included in the returned set. If false, only dimensions from the measure's query will be returned.

    scope?: any

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

    success?: RequestSuccess<{ value: any }[]>

    This will be called upon successfully completing a request.