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