TabPaneData<T> constructor

const TabPaneData<T>(
  1. T data
)

Creates a TabPaneData wrapper for tab content.

Wraps the provided data for use in sortable tab pane operations.

Parameters:

  • data (T): The data to associate with this tab item

Implementation

const TabPaneData(super.data);