Back to Pocketbase

Interface EmailTemplate

static/jsvm/interfaces/core.EmailTemplate.html

latest1.1 KB
Original Source

Interface EmailTemplate

Hierarchy

  • EmailTemplate

Index

Methods

resolvevalidate

Properties

bodysubject

Methods

resolve

  • resolve(placeholders): [string, string]

Resolve replaces the placeholder parameters in the current email template and returns its components as ready-to-use strings.

Parameters

placeholders: _TygojaDict

Returns [string, string]

validate

  • validate(): void

Validate makes EmailTemplate validatable by implementing [validation.Validatable] interface.

Returns void

Properties

body

body: string

subject

subject: string

Settings

Member Visibility

  • Inherited

Theme

OSLightDark

On This Page

Generated using TypeDoc