Appearance
Rule.io SDK / rcml/src / SmsTextNode
Type Alias: SmsTextNode
SmsTextNode =
object
Defined in: rcml/src/sms/content/json-validator/types.ts:27
A leaf text node carrying an optional set of marks. marks should be omitted (not []) when no marks are applied.
Properties
marks?
optionalmarks?:SmsMark[]
Defined in: rcml/src/sms/content/json-validator/types.ts:32
Marks applied to this text. Omit rather than setting to [].
text
text:
string
Defined in: rcml/src/sms/content/json-validator/types.ts:30
The raw text content. Must be a non-empty string.
type
type:
"text"
Defined in: rcml/src/sms/content/json-validator/types.ts:28