GenAIAssistantProps
Home > @gooddata/sdk-ui-gen-ai > GenAIAssistantProps
GenAIAssistantProps type
Properties for the GenAIAssistant component.
Signature:
export type GenAIAssistantProps = Omit<GenAiStoreProps, "children"> & {
locale?: string;
onLinkClick?: (linkClickEvent: LinkHandlerEvent) => void;
allowNativeLinks?: boolean;
disableManage?: boolean;
disableAnalyze?: boolean;
disableFullControl?: boolean;
LandingScreenComponentProvider?: () => ComponentType;
DisclaimerComponentProvider?: () => ComponentType | null;
className?: string;
};
References: GenAiStoreProps, LinkHandlerEvent