onLinkClick
Home > @gooddata/sdk-ui-gen-ai > GenAIChatProps > onLinkClick
GenAIChatProps.onLinkClick property
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
When provided, references to the metadata objects will be rendered as clickable links. Otherwise, the metadata objects will be rendered as plain text (using object title).
Signature:
onLinkClick?: (linkClickEvent: LinkHandlerEvent) => void;