@labkey/api
    Preparing search index...

    Interface ExperimentJSONConverterOptions

    Several Experiment API endpoints expose optional settings for the ExperimentJSONConverter.

    interface ExperimentJSONConverterOptions {
        includeInputsAndOutputs?: boolean;
        includeProperties?: boolean;
        includeRunSteps?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    includeInputsAndOutputs?: boolean

    Include run and step inputs and outputs.

    includeProperties?: boolean

    Include properties set on the experiment objects.

    includeRunSteps?: boolean

    Include run steps.