Interface ThemeDecorationInstanceRenderOptions

interface ThemeDecorationInstanceRenderOptions {
    after?: ContentDecorationRenderOptions;
    before?: ContentDecorationRenderOptions;
}

Hierarchy (view full)

Properties

Properties