Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRenderer<T>

A renderer for use with a tab bar.

Type parameters

  • T

Hierarchy

  • IRenderer

Implemented by

Index

Properties

Methods

Properties

closeIconSelector

closeIconSelector: string

A selector which matches the close icon node in a tab.

Methods

renderTab

  • Render the virtual element for a tab.

    Parameters

    • data: IRenderData<T>

      The data to use for rendering the tab.

    Returns VirtualElement

    A virtual element representing the tab.

Generated using TypeDoc