Interface ThemableDecorationInstanceRenderOptions

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

Hierarchy (view full)

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