Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.13 KB

react-teams.iboarditemcardlayout.md

File metadata and controls

21 lines (13 loc) · 1.13 KB

Home > @fluentui/react-teams > IBoardItemCardLayout

IBoardItemCardLayout interface

The way a Board item’s content is mapped to the adaptive card used to represent the item.

Signature:

export interface IBoardItemCardLayout 

Properties

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.