LinkHandlerEvent
Home > @gooddata/sdk-ui-gen-ai > LinkHandlerEvent
LinkHandlerEvent type
Signature:
export type LinkHandlerEvent = {
    type: "visualization" | "setting";
    id: string;
    workspaceId: string;
    newTab: boolean;
    itemUrl: string;
    preventDefault: () => void;
    section?: "ai";
};