Navigation Link Properties

Type Parameters

  • T = HTMLElement

Hierarchy

Properties

assignTo?: ((obj) => void)

Type declaration

    • (obj): void
    • Assigns the object to the input parameter.

      Parameters

      Returns void

className?: string
data?: any
el?: HTMLElement

The element to render the component to.

href?: string
isActive?: boolean
isDisabled?: boolean
onClick?: ((item?, ev?) => void)

Type declaration

    • (item?, ev?): void
    • Parameters

      Returns void

onRender?: ((el?, item?) => void)

Type declaration

    • (el?, item?): void
    • Parameters

      • Optional el: HTMLElement
      • Optional item: INavLinkProps<HTMLElement>

      Returns void

onRenderTab?: ((el?, item?) => void)

Type declaration

    • (el?, item?): void
    • Parameters

      • Optional el: HTMLDivElement
      • Optional item: INavLinkProps<HTMLElement>

      Returns void

tabContent?: string | T
title?: string

Generated using TypeDoc