Free Touch Pricker
    Preparing search index...

    Type Alias Print

    Print: (name: string, context?: Context) => string

    Renders the object with a template. Takes the name of the template and a Context, adding the object instance to the context before executing the template.

    Type Declaration

      • (name: string, context?: Context): string
      • Parameters

        • name: string
        • Optionalcontext: Context

        Returns string