insightUpdatedBy()
Home > @gooddata/sdk-model > insightUpdatedBy
insightUpdatedBy() function
Gets the user that last updated the insight
Signature:
export declare function insightUpdatedBy(insight: IInsight): IUser | undefined;
Parameters
Parameter | Type | Description |
---|---|---|
insight | IInsight | insight |
Returns:
IUser | undefined
string