Home > @fluentui/react-teams > IBoardItemCardLayout
The way a Board item’s content is mapped to the adaptive card used to represent the item.
Signature:
export interface IBoardItemCardLayout
Property | Type | Description |
---|---|---|
overflowPosition | "preview" | "header" | "footer" | Whether the overflow menu’s trigger, a ‘…’ button, should appear: - in the card’s preview, when there is one, or the header when there is no preview - in the card’s header at all times - in the card’s footer at all times (this causes all items to have a footer) |
previewPosition | "top" | "afterHeader" | Whether the image thumbnail for the item, when there is one, should be displayed at the top of the card, or below the header for the card. |