Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CompiledTemplate<T>

Type parameters

  • T

Hierarchy

  • TemplateDelegate
    • CompiledTemplate

Callable

  • __call(context: T, options?: RuntimeOptions): string
  • Parameters

    • context: T
    • Optional options: RuntimeOptions

    Returns string