Interface IModelDecoration
Expand description
interface IModelDecoration {
id: string;
options: IModelDecorationOptions;
ownerId: number;
range: Range;
}interface IModelDecoration {
id: string;
options: IModelDecorationOptions;
ownerId: number;
range: Range;
}
A decoration in the model.