Skip to content

Interface: ShowDownloadFileOptions

Defined in: src/file/offerFile.tsx:19

Deprecated

Extends

Properties

PropertyTypeDescriptionInherited fromDefined in
title?ReactNodeTitle shown in the header.ShowMessageOptions.titlesrc/message/showMessage.tsx:17
description?ReactNodeDescription shown under the title.ShowMessageOptions.descriptionsrc/message/showMessage.tsx:20
textReactNodeMarkdown text or ReactNode shown in the content area.ShowMessageOptions.textsrc/message/showMessage.tsx:23
buttons?MessageBubbleButtonProps[]Buttons that resolve the message. Defaults to a single "Proceed" button with value ok.ShowMessageOptions.buttonssrc/message/showMessage.tsx:26
overlay?booleanIf true, obscure the page behind the message and block interaction.ShowMessageOptions.overlaysrc/message/showMessage.tsx:29
overlayProps?{ blur?: boolean; blurIntensity?: number; background?: "white" | "grey"; }Props passed to the overlay component.ShowMessageOptions.overlayPropssrc/message/showMessage.tsx:32
overlayProps.blur?booleanApply a blur effect to the obscured content-src/message/components/MessageBubble.tsx:28
overlayProps.blurIntensity?numberCustom blur intensity (in pixels)-src/message/components/MessageBubble.tsx:30
overlayProps.background?"white" | "grey"Background color of the overlay-src/message/components/MessageBubble.tsx:32
forcePosition?PositionForce the position of the bubble.ShowMessageOptions.forcePositionsrc/message/showMessage.tsx:35
isDraggable?booleanIf true, the bubble is draggable. Defaults to true.ShowMessageOptions.isDraggablesrc/message/showMessage.tsx:38

Matterway Assistant SDK Documentation