IInsight
Home > @gooddata/sdk-model > IInsight
IInsight type
Represents an Insight. Insight is typically created using Analytical Designer and can be embedded using UI SDK.
Signature:
export type IInsight = IInsightDefinition & {
    insight: IAuditable & {
        identifier: string;
        uri: string;
        ref: ObjRef;
        isLocked?: boolean;
        isHidden?: boolean;
    };
};
References: IInsightDefinition, IAuditable, ObjRef
Remarks
Insight contains all metadata needed to construct its visualization and perform execution to obtain data for that visualization.