IBoardInteractionUpdateItems |
This payload is emitted when the user updates the Board’s items, which occurs when the user creates a new item, deletes an item, or edits an item. |
IBoardInteractionUpdateLanes |
This payload is emitted when the user updates the Board’s lanes, which occurs when the user adds or removes a lane, or rearranges the lanes. |
IBoardItem |
An item in a Board component. |
IBoardItemCardLayout |
The way a Board item’s content is mapped to the adaptive card used to represent the item. |
IBoardProps |
The Board component can be used to render kanban and task board experiences in your app. Designs for this component are available in the [Task board page of the Microsoft Teams UI Kit](https://www.figma.com/file/EOsbapNvZgEwcA1mShswfh/Microsoft-Teams-UI-Kit-Community?node-id=3789%3A3840). |
IBubbleChartData |
A vector datum for bubble charts and related types. |
ICellButtonContent |
Content for a table cell can be a button. When clicked, buttons emit an Interaction event. |
IChartData |
The data to display in this Chart. |
IChartDataSet |
One set of the Chart’s data. |
IChartProps |
The Chart component can be used to render data visualizations. Designs for this component are available in the [Data visualizations page of the Microsoft Teams UI Kit](https://www.figma.com/file/EOsbapNvZgEwcA1mShswfh/Microsoft-Teams-UI-Kit-Community?node-id=3789%3A4091). |
IChartWidgetContent |
A chart widget |
ICheckboxesInput |
A set of checkboxes. |
IColumn |
|
ICommunicationAction |
An action rendered at the end of the Communication component’s content. |
ICommunicationFields |
The specific content to display in the component. |
ICommunicationFieldsWithThemedImage |
A variation of ICommunicationFields using a themedImage instead of image , which responds to the user’s active theme (light, dark, or high-contrast). |
ICommunicationImage |
The image to use at the beginning of a Communication component’s content. This does not respond to the user’s active theme, so will remain the same across themes. |
ICommunicationThemedImage |
The image to use at the beginning of a Communication component’s content. The user’s active theme determines which image to display. |
IDashboard |
The Dashboard component summarizes disparate types of information into a series of widgets. Designs for this component are available in the [Dashboard page of the Microsoft Teams UI Kit](https://www.figma.com/file/EOsbapNvZgEwcA1mShswfh/Microsoft-Teams-UI-Kit-Community?node-id=3789%3A3890). |
IDashboardInteractionUpdatePreferences |
The preferences update payload carries the preferences the developer should store for the user, if appropriate. |
IDropdownInput |
A single-select dropdown. |
IDropdownMultipleInput |
A multiple-select dropdown. |
IEnumerableInputBase |
Properties shared by all enumerable inputs (radio buttons, checkboxes, dropdowns). |
IEnumerableInputOption |
Properties for each option for Enumerable inputs (radio buttons, checkboxes, dropdowns). |
IEnumerableMultipleInputBase |
Properties shared by enumerable inputs supporting multiple selections (checkboxes, multiple-select dropdowns). |
IEnumerableSingletonInputBase |
Properties shared by singleton enumerable inputs (radio buttons, single-select dropdowns). |
IFocusableIconProps |
An icon which invokes a tooltip when focused. |
IFormProps |
The Form component can be used to render an interactive Form. Designs for this component are available in the [Forms page of the Microsoft Teams UI Kit](https://www.figma.com/file/EOsbapNvZgEwcA1mShswfh/Microsoft-Teams-UI-Kit-Community?node-id=5271%3A221958). |
IFormState |
A collection of input values, keyed by input ID. If the input is a block of checkboxes or a dropdown with multiple selection, the value will be an array of option IDs. |
IFormWizardStepProps |
A Form which is a step in a Wizard has the same inputs as Form with an additional option to override the text of the Wizard’s back button for the current step. |
IIconProps |
An icon. |
IInlineInputsBlock |
A block containing a set of one or more text inputs or dropdowns. |
IListProps |
The List component can be used to display a list of items as a table which can be sorted, filtered, and searched.. Designs for this component are available in the [List page of the Microsoft Teams UI Kit](https://www.figma.com/file/EOsbapNvZgEwcA1mShswfh/Microsoft-Teams-UI-Kit-Community?node-id=3789%3A3790). |
IMultilineTextInput |
A multi-line text field. |
IPreparedBoardItem |
A prepared Board item places the item’s unique key within itself so the item can be handled on its own. |
IRadioButtonsInput |
A set of radio buttons (from which only one can be selected). |
IRow |
A collection of data to display for a row, keyed by the column ID except for actions , which contains the collection of actions to make available in the row’s overflow menu. |
ISection |
|
ITableProps |
The Table component is used by the List template as its primary content. |
ITextField |
A single-line text field. |
ITextInputBase |
Properties shared by text inputs (single- and multi-line). |
IThemeProviderProps |
The Provider’s props configure how these components should be rendered: the color palette to use as themeName , the language as lang , and any languages to make available through translations . Its children should be a single component from this library. flexHeight tells the provider and its children to expect to have a flexible height instead of filling the viewport. |
IToolbarProps |
The Toolbar component can be used to render a Toolbar above the main view, which can make actions, find, and filter available. Designs for this component are available in the [Toolbar page of the Microsoft Teams UI Kit](https://www.figma.com/file/EOsbapNvZgEwcA1mShswfh/Microsoft-Teams-UI-Kit-Community?node-id=3789%3A4186). |
IWidget |
A Dashboard widget is rendered as a card of a certain size, containing the content specified. |
IWidgetAction |
An action item displayed in a widget’s overflow menu. |
IWidgetBodyContent |
A piece of content to make available in the widget. |
IWidgetLink |
|
IWizardProps |
The Wizard component can be used to render a series of Forms. Designs for this component are available in the [Wizard page of the Microsoft Teams UI Kit](https://www.figma.com/file/EOsbapNvZgEwcA1mShswfh/Microsoft-Teams-UI-Kit-Community?node-id=3789%3A4233). |
IWizardSidebarInteraction |
An interaction payload triggered when the user clicks on a step in the sidebar. The subject will be in the form of wizard-step__{step_index} , where step_index is the index of the target step. |