Hex Core JS
    Preparing search index...

    Type Alias MailLinkProps

    MailLinkProps: {
        bcc?: string | string[];
        body?: string;
        cc?: string | string[];
        email: string | string[];
        id?: string;
        subject?: string;
        title?: string;
    } & Partial<ClassNameProps & StyleProps & ChildrenProps>

    Type Declaration

    • Optionalbcc?: string | string[]

      Blind carbon copy email address or addresses

    • Optionalbody?: string

      Body for the email.

    • Optionalcc?: string | string[]

      Carbon copy email address or addresses

    • email: string | string[]

      The email address or addresses.

    • Optionalid?: string

      HTML id of the element.

    • Optionalsubject?: string

      Subject for the email.

    • Optionaltitle?: string

      HTML title property on the link.