@suluk/email - v0.2.0
    Preparing search index...

    Interface RenderContext

    interface RenderContext {
        brand: EmailBrand;
        messages?: Catalog;
        dir?: "ltr" | "rtl";
        lang?: string;
        year?: number;
    }
    Index

    Properties

    brand: EmailBrand
    messages?: Catalog

    the email-namespace catalog for the active locale (@suluk/i18n); merged over English defaults.

    dir?: "ltr" | "rtl"

    writing direction for (default "ltr").

    lang?: string

    BCP-47 lang for (default "en").

    year?: number

    footer copyright year (default: current year).