Ace API Reference
    Preparing search index...

    Interface SavedSelection

    interface SavedSelection {
        end: Ace.Point;
        isBackwards: boolean;
        start: Ace.Point;
    }
    Index

    Properties

    Properties

    end: Ace.Point
    isBackwards: boolean
    start: Ace.Point