Hierarchy

  • ITabProps

Properties

onClick?: ((tab) => void)

Type declaration

    • (tab): void
    • Parameters

      • tab: ITab

      Returns void

onClose?: ((tab) => void)

Type declaration

    • (tab): void
    • Parameters

      • tab: ITab

      Returns void

onSaveTab?: ((tab) => void)

Type declaration

    • (tab): void
    • Parameters

      • tab: ITab

      Returns void

tab: ITab

Generated using TypeDoc