ElementType

Element type that can be used to design the card.

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",
}