Skip to content

pantoken-root / platforms/email/src / EmailCssOptions

Interface: EmailCssOptions ​

Experimental

Options for filtering component CSS for email output.

Properties ​

client? ​

optional client?: EmailClient

Experimental

Client capability profile. Defaults to generic.


allowComponents? ​

optional allowComponents?: readonly string[]

Experimental

Component names to allow in addition to the default email-safe set.


denyComponents? ​

optional denyComponents?: readonly string[]

Experimental

Component names to remove even when they are in the default or custom allowlist.