* Get the element's left offset relative to its offsetParent
()
| 788 | * Get the element's left offset relative to its offsetParent |
| 789 | */ |
| 790 | getOffsetLeft(): number { |
| 791 | return this.native.offsetLeft; |
| 792 | } |
| 793 | |
| 794 | /** |
| 795 | * Get the element's children wrapped in ElementWithUtils instances. |
no outgoing calls
no test coverage detected