IGenAIAssistantLandingScreenProps
Home > @gooddata/sdk-ui-gen-ai > IGenAIAssistantLandingScreenProps
IGenAIAssistantLandingScreenProps type
Properties for the LandingScreen slot.
Signature:
export type IGenAIAssistantLandingScreenProps = {
isFullscreen?: boolean;
isBigScreen?: boolean;
isSmallScreen?: boolean;
};