BaseEvent
Home > @gooddata/sdk-ui-gen-ai > BaseEvent
BaseEvent type
A common event definition for the Chat component.
Signature:
export type BaseEvent = {
threadId?: string;
};
Home > @gooddata/sdk-ui-gen-ai > BaseEvent
A common event definition for the Chat component.
Signature:
export type BaseEvent = {
threadId?: string;
};