Skip to main content

Interface: TextEditorDecorationType

libs/common/types/TextEditorDecorationType.TextEditorDecorationType

Represents a handle to a set of decorations sharing the same {@link DecorationRenderOptions styling options}.

Properties

key

Readonly key: string

Internal representation of the handle.

Defined in

libs/common/types/TextEditorDecorationType.ts:9

Methods

dispose

dispose(): void

this decoration type and all decorations on all text editors using it.

Returns

void

Defined in

libs/common/types/TextEditorDecorationType.ts:14