Hierarchy

  • TabViewOptions

Properties

handleTabElement?: ((id: string, element: HTMLElement) => void)

Type declaration

makeTab: ((id: string) => Tab)

Type declaration

    • (id: string): Tab
    • Parameters

      • id: string

      Returns Tab

selectedTab: WatchableValueInterface<undefined | string>
tabs: WatchableValueChangeInterface<{
    id: string;
    label: string;
}[]>

Generated using TypeDoc