Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StringRenderOptions

Hierarchy

  • StringRenderOptions

Index

Properties

Properties

Optional transformResult

transformResult: (text: string, webComponents: string[]) => string

Allows to apply a final transformation of the rendered string

Type declaration

    • (text: string, webComponents: string[]): string
    • Parameters

      • text: string
      • webComponents: string[]

      Returns string