Interface IModelDeltaDecoration

New model decorations.

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

Properties

Properties

Options associated with this decoration.

range: IRange

Range that this decoration covers.