Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ButtonOpts

Index

Properties

attribs

attribs: any

Attribute object to use for enabled buttons. Default: none

attribsDisabled

attribsDisabled: any

Attribute object to use for disabled buttons. Default: none

preventDefault

preventDefault: boolean

Flag to indicate if user supplied onclick handler should be wrapped in a function which automatically calls preventDefault(). Default: true

tag

tag: string

Element name to use for enabled buttons. Default: "a"

tagDisabled

tagDisabled: string

Element name to use for disabled buttons. Default: "span"

Generated using TypeDoc