MapResult
An object representing a mapped position with extra information.
class MapResult {}
get deleted(): boolean;
get deletedBefore(): boolean;
get deletedAfter(): boolean;
get deletedAcross(): boolean;
readonly pos: number;
§Properties
§
deleted: boolean readonly
[src]Tells you whether the position was deleted, that is, whether the
step removed the token on the side queried (via the assoc
)
argument from the document.
§
deletedBefore: boolean readonly
[src]Tells you whether the token before the mapped position was deleted.