Share via


CardElementArray type

type CardElementArray = (
  | IActionSet
  | IBadge
  | ICarousel
  | IDonutChart
  | IGaugeChart
  | IHorizontalBarChart
  | IStackedHorizontalBarChart
  | ILineChart
  | IPieChart
  | IVerticalBarChart
  | IGroupedVerticalBarChart
  | ICodeBlock
  | IColumnSet
  | IComEventMicrosoftGraphComponent
  | IComFileMicrosoftGraphComponent
  | IComResourceMicrosoftGraphComponent
  | IComUserMicrosoftGraphComponent
  | IComUsersMicrosoftGraphComponent
  | ICompoundButton
  | IContainer
  | IFactSet
  | IIcon
  | IImage
  | IImageSet
  | IChoiceSetInput
  | IDateInput
  | INumberInput
  | IRatingInput
  | ITextInput
  | ITimeInput
  | IToggleInput
  | IMedia
  | IRating
  | IRichTextBlock
  | ITable
  | ITextBlock
)[]