Class LinkComponent
public
Extends:
Component
Module:
@ember/routing
import LinkComponent from '@ember/routing/link-component'; |
LinkComponent
renders an element whose click
event triggers a
transition of the application's instance of Router
to
a supplied route by name.
LinkComponent
components are invoked with {{#link-to}}. Properties
of this class can be overridden with reopen
to customize application-wide
behavior.
Methods
- $
- didReceiveAttrs
- didRender
- didUpdate
- didUpdateAttrs
- readDOMAttr
- rerender
- send
- sendAction
- willRender
- willUpdate
Properties
- actions
- activeClass
- ariaRole
- attributeBindings
- classNameBindings
- classNames
- currentWhen
- element
- elementId
- isVisible
- layout
- positionalParams
- rel
- replace
- tabindex
- tagName
- target
- title