Options
All
  • Public
  • Public/Protected
  • All
Menu

Link Information

Hierarchy

  • ILinkInfo

Index

Properties

Optional appendFl

appendFl: boolean

True to append the link at the end of the list.

Optional className

className: string

The link class name

Optional href

href: string

The link url

id

id: string

The link id

Optional onClick

onClick: (ev?: MouseEvent) => void

The link click event

Type declaration

    • (ev?: MouseEvent): void
    • Parameters

      • Optional ev: MouseEvent

      Returns void

title

title: string

The link title

Generated using TypeDoc