Interaction3
Home > @gooddata/sdk-code-schemas > v1 > Interaction3
v1.Interaction3 type
An interaction for current widget.
Signature:
export type Interaction3 = InteractionOpenDashboard | {
[k: string]: unknown;
};
References: InteractionOpenDashboard