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