API Docs 0.11.3.33c7ec07

public
Extends Ember.Component

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.

Show:

Item Index

Properties

action string

protected
The default action is set to "toggleDropdown" on the parent {{#crossLink "Components.Dropdown"}}{{/crossLink}}

Default: toggleDropdown

ariaRole string

protected

Default: button

href string

protected

Computed property to generate a href="#" attribute when tagName is "a".

tagName string

public

Defaults to a <a> tag. Change for other types of dropdown toggles.

Default: a