ic-action-target
- The Action Target AttributeThe ic-action-target
overrides the standard ic-target
attribute when deciding what element to target with the ic-action
attribute.
The value of the ic-action-target
attribute can be:
this
, indicating that the element that the ic-action-target
attribute
is on is the targetclosest
followed by a valid CSS selector, indicating that the
closest parent to the element satisfying the given css selector is the
target (e.g. closest tr
find
followed by a valid CSS selector, indicating that the
closest child satisfying the given css selector is the target (e.g. closest .indicator-elt
This attribute may be placed on parent elements, allowing you to specify behavior across multiple elements.
ic-action-target
has no effect on dependencies.