• run the view and create email formatted html

    Parameters

    • view: View

      view to run

    • state: any

      state params for the view

    • options: {
          locale?: string;
      } = {}
      • Optional locale?: string

    Returns Promise<string>

    email formatted html

Generated using TypeDoc