x4js - v2.2.49
    Preparing search index...

    New model decorations.

    interface IModelDeltaDecoration {
        options: IModelDecorationOptions;
        range: IRange;
    }
    Index

    Options associated with this decoration.

    range: IRange

    Range that this decoration covers.