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