VS Code API
    Preparing search index...

    Interface ThemableDecorationInstanceRenderOptions

    Represents themable render options for decoration instances.

    interface ThemableDecorationInstanceRenderOptions {
        after?: ThemableDecorationAttachmentRenderOptions;
        before?: ThemableDecorationAttachmentRenderOptions;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    Defines the rendering options of the attachment that is inserted after the decorated text.

    Defines the rendering options of the attachment that is inserted before the decorated text.