Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TabData<T>

A single tab in a Tabs container. id should be unique to any set of tabs present at the same time because the user may drag them around.

Type parameters

  • T = undefined

Hierarchy

  • TabData

Index

Properties

Properties

children

children: ReactNode

id

id: ID

Optional metadata

metadata: T

title

title: ReactNode

Generated using TypeDoc