@labkey/api
    Preparing search index...

    Interface QueryView

    interface QueryView {
        analyticsProviders: any[];
        columns: QueryViewColumn[];
        containerFilter: any;
        containerPath: string;
        default: boolean;
        deletable: boolean;
        editable: boolean;
        fields: QueryColumn[];
        filter: QueryViewFilter[];
        hidden: boolean;
        inherit: boolean;
        label: string;
        name: string;
        owner: string;
        revertable: boolean;
        savable: boolean;
        session: boolean;
        shared: boolean;
        sort: QueryViewSort[];
        viewDataUrl: string;
    }
    Index

    Properties

    analyticsProviders: any[]
    columns: QueryViewColumn[]
    containerFilter: any
    containerPath: string
    default: boolean
    deletable: boolean
    editable: boolean
    fields: QueryColumn[]
    filter: QueryViewFilter[]
    hidden: boolean
    inherit: boolean
    label: string
    name: string
    owner: string
    revertable: boolean
    savable: boolean
    session: boolean
    shared: boolean
    viewDataUrl: string