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