ElementType
Element type that can be used to design the card.
- Breadcrumb
- Card
- Column
- ColumnSet
- CommunityMenu
- Container
- Date
- Icon
- Image
- Number
- OverflowSet
- PrimaryButton
- RelatedCard
- SocialBar
- Tags
- TextBlock
- Video
Interface
enum ElementType {
Breadcrumb = "Breadcrumb",
Card = "Card",
Column = "Column",
ColumnSet = "ColumnSet",
CommunityMenu = "CommunityMenu",
Container = "Container",
Date = "Date",
Icon = "Icon",
Image = "Image",
NewSocialBar = "NewSocialBar",
Number = "Number",
OverflowSet = "OverflowSet",
PrimaryButton = "PrimaryButton",
RelatedCard = "RelatedCard",
SocialBar = "SocialBar",
Tags = "Tags",
TextBlock = "TextBlock",
Video = "Video",
}