Skip to content

Rule.io SDK


Rule.io SDK / rcml/src / LinkMark

Type Alias: LinkMark

LinkMark = object

Defined in: rcml/src/email/content/json-validator/types.ts:36

A link mark that wraps text in a hyperlink.

Properties

attrs

attrs: object

Defined in: rcml/src/email/content/json-validator/types.ts:38

href

href: string

The link destination URL.

no-tracked

no-tracked: "true" | "false"

Whether click tracking is disabled. "true" disables tracking.

target

target: "_blank" | null

When "_blank", the link opens in a new tab. null uses the default target.


type

type: "link"

Defined in: rcml/src/email/content/json-validator/types.ts:37