Options
All
  • Public
  • Public/Protected
  • All
Menu

ItemAttrs

Hierarchy

Index

Properties

Optional active

active: boolean

active state of the Item

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 name

name: string

name of the Item

Optional onClick

onClick: function

onClick is applied when the Item is clicked.

Type declaration

Optional text

text: string

text can be specified to display textual content in the link.

Generated using TypeDoc