Documentation
    Preparing search index...
    viewToEmailHtml: (
        view: export=,
        state: any,
        options?: { locale?: string },
    ) => Promise<string>

    Type Declaration

      • (view: export=, state: any, options?: { locale?: string }): Promise<string>
      • run the view and create email formatted html

        Parameters

        • view: export=

          view to run

        • state: any

          state params for the view

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

        Returns Promise<string>

        email formatted html