Skip to main content
Version: 2.1.4

IListViewPivotTab

3p-core v2.1.4


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

PropertyTypeDescription
camlQuery?stringOptional CAML query to filter the list items displayed in this tab. Default undefined
columnsIListviewColumn[]The columns to be displayed in the list view for this tab.
listNamestringThe name of the SharePoint list to be displayed in this tab.
tabNameTUnique identifier for the tab. This will be used as the itemKey in the pivot.
visible?booleanDetermines whether the tab is visible. Default true