Perseus
    Preparing search index...
    interface Cursor {
        parent: MQNode;
        selection: MQSelection | undefined;
        endSelection(): void;
        hide(): Cursor;
        insAtRightEnd(root: ControllerRoot): Cursor;
        insLeftOf(el: MQNode): Cursor;
        insRightOf(el: MQNode): Cursor;
        select(): void;
        show(): Cursor;
        startSelection(): void;
    }
    Index

    Properties

    parent: MQNode
    selection: MQSelection | undefined

    Methods