Skip to content

Rule.io SDK


Rule.io SDK / rcml/src / SmsPlaceholderNode

Type Alias: SmsPlaceholderNode

SmsPlaceholderNode = object

Defined in: rcml/src/sms/content/json-validator/types.ts:56

A dynamic placeholder atom replaced at render time.

Properties

attrs

attrs: object

Defined in: rcml/src/sms/content/json-validator/types.ts:58

max-length

max-length: string | null

Optional maximum character length for the rendered value.

name

name: string

Human-readable display name for the placeholder.

original

original: string

Original source token as it appeared in the SMS RFM source (e.g. [Subscriber:FirstName]).

type

type: SmsPlaceholderType

Category of the placeholder.

value

value: string | number | null

The resolved value at generation time, or null if unavailable.


type

type: "placeholder"

Defined in: rcml/src/sms/content/json-validator/types.ts:57