...
type | position |
---|---|
text | id : 문단 ID offset : 문단에서 selection의 위치 |
cell | id: 셀에 포함된 첫번째 문단의 ID offset : anchor position의 경우 문단내에서 Selection을 시작한 위치 정보 tableCellId : 셀의 ID tableId : 표의 ID |
drawingObject | drawingObjectId : drawingObject의 ID id : drawingObject가 포함된 문단의 ID offset : 문단에서 drawingObject의 위치 |
...
Code Block | ||||
---|---|---|---|---|
| ||||
var selection = editor.getSelection(); var anchorPositionanchorType = editorselection.anchor.getSelectiongetType().anchor; var selectionTypefocusType = anchorPositionselection.focus.getType(); |