endElement property

  1. @Input.new('acxStickyElement')
set endElement (Element element)

The end element that determines the range of the sticky element.

Implementation

@Input('acxStickyElement')
set endElement(Element element) {
  _endElement = element;
}