ally.get.activeElements

September 11, 2016 ยท View on GitHub

Identifies the ShadowHost ancestry of the active element

Description

Usage

var elements = ally.get.activeElements();

Arguments

Returns

Array of HTMLElement.

Throws

Examples

Notes

Related resources

  • ally.get.activeElements
  • ally.get.shadowHostParents is used to identify an elements ShadowHost ancestry

Contributing

  • module source
  • document source
  • unit test

Contents

  1. 1Description
  2. 2Usage
  3. 2.1Arguments
  4. 2.2Returns
  5. 2.3Throws
  6. 3Examples
  7. 4Notes
  8. 5Related resources
  9. 6Contributing