InsightDisplayFormUsage
Home > @gooddata/sdk-model > InsightDisplayFormUsage
InsightDisplayFormUsage type
Contains breakdown of what display forms are used in an insight.
Signature:
export type InsightDisplayFormUsage = {
    inAttributes: ObjRef[];
    inFilters: ObjRef[];
    inMeasureFilters: ObjRef[];
};
References: ObjRef