Interface ShareableInteractionQueryParams

interface ShareableInteractionQueryParams {
    aggregation: string;
    extent: string;
    filters: string;
    grouping: string;
    orderBy: string;
    outFields: string;
    pagination: string;
    selection: string;
    spatialFilter: string;
}

Properties

aggregation: string
extent: string
filters: string
grouping: string
orderBy: string
outFields: string
pagination: string
selection: string
spatialFilter: string