Options
All
  • Public
  • Public/Protected
  • All
Menu

LinkAttrs

Hierarchy

Index

Properties

Optional active

active: boolean

active indicates whether the Link is active or not.

Optional class

class: string

class is typically applied to the root level DOM of a widget's view.

Use it to define custom rules for styling specific widget instances.

Optional disabled

disabled: boolean

disabled disables the link

Optional href

href: string

href for the link element.

Optional name

name: string

name of this Link.

Optional onClick

onClick: function

onClick handler

Type declaration

Optional text

text: string

text to display in the Link.

Optional title

title: string

title of the Link.

Generated using TypeDoc