@labkey/api
    Preparing search index...

    Interface SaveQueryViewsOptions

    interface SaveQueryViewsOptions {
        containerPath?: string;
        failure?: RequestFailure<any>;
        hidden?: boolean;
        metadata?: any;
        queryName?: string;
        schemaName?: string;
        scope?: any;
        session?: boolean;
        shared?: boolean;
        success?: RequestSuccess<any>;
        views?: any;
    }

    Hierarchy (View Summary)

    Index

    Properties

    containerPath?: string
    failure?: RequestFailure<any>

    This will be called upon failure to complete a request.

    hidden?: boolean
    metadata?: any
    queryName?: string
    schemaName?: string
    scope?: any

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

    session?: boolean
    shared?: boolean
    success?: RequestSuccess<any>

    This will be called upon successfully completing a request.

    views?: any