AllSelection
A selection type that represents selecting the whole document (which can not necessarily be expressed with a text selection, when there are for example leaf block nodes at the start or end of the document).
class AllSelection extends Selection {}
constructor(doc: Node);
getBookmark(): {
map(): any;
resolve(doc: Node): AllSelection;
};toJSON(): any;