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;
}

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

Generated using TypeDoc