IListViewPivotTab
3p-core / IListViewPivotTab
Interface: IListViewPivotTab<T>
Describes a single tab configuration within the ListViewPivot
component.
Type Parameters
T
T
extends string
A string union type representing tab identifiers.
Properties
Property | Type | Description |
---|---|---|
camlQuery? | string | Optional CAML query to filter the list items displayed in this tab. Default undefined |
columns | IListviewColumn [] | The columns to be displayed in the list view for this tab. |
listName | string | The name of the SharePoint list to be displayed in this tab. |
tabName | T | Unique identifier for the tab. This will be used as the itemKey in the pivot. |
visible? | boolean | Determines whether the tab is visible. Default true |