isInsight()
Home > @gooddata/sdk-model > isInsight
isInsight() function
Type guard checking whether the provided object is an Insight.
Signature:
export declare function isInsight(obj: unknown): obj is IInsight;
Parameters
| Parameter | Type | Description | 
|---|---|---|
| obj | unknown | 
Returns:
obj is IInsight