Components.DropdownToggle Class
Anchor element that triggers the parent dropdown to open. Use Components.DropdownButton if you want a button instead of an anchor tag.
See Components.Dropdown for examples.
Properties
action string
protected
The default action is set to "toggleDropdown" on the parent {{#crossLink "Components.Dropdown"}}{{/crossLink}}
Default: toggleDropdown
ariaRole string
protectedDefault: button
href string
protectedComputed property to generate a href="#"
attribute when tagName
is "a".
tagName string
publicDefaults to a <a>
tag. Change for other types of dropdown toggles.
Default: a