Selection.constructor constructor
Selection.constructor({})
Implementation
Selection.constructor({
this.anchorNode,
this.anchorOffset,
this.baseNode,
this.baseOffset,
this.extentNode,
this.extentOffset,
this.focusNode,
this.focusOffset,
this.isCollapsed,
this.rangeCount,
this.type,
});