x4js - v2.2.49
    Preparing search index...

    A decoration in the model.

    interface IModelDecoration {
        id: string;
        options: IModelDecorationOptions;
        ownerId: number;
        range: Range;
    }
    Index
    id: string

    Identifier for a decoration.

    Options associated with this decoration.

    ownerId: number

    Identifier for a decoration's owner.

    range: Range

    Range that this decoration covers.