Ace API Reference
    Preparing search index...
    interface TextMarker {
        className: string;
        id: number;
        range: Ace.IRange;
        type?: string;
    }
    Index

    Properties

    Properties

    className: string
    id: number
    range: Ace.IRange
    type?: string