editableDOMRange(for:)
Returns the editable DOM object located at a given point.
Declaration
func editableDOMRange(for point: NSPoint) -> DOMRange!Parameters
- point:
The location of the editable DOM object.
Return Value
A single range object of the editable DOM object located at point in the receiver’s coordinates.