New to KendoReact? Start a free 30-day trial
AttachmentLayout
AttachmentLayoutPremium
Specifies the layout for message attachments.
The supported values are:
"list"—A vertical list."carousel"—A horizontal, scrollable list. Also called a card deck.
type AttachmentLayout = "list" | "carousel";