Interface: InteractionActionTemplate
Defined in: interaction/types.ts:84
Extends
InteractionActionBase
Properties
| Property | Type | Inherited from | Defined in |
|---|---|---|---|
delay_scroll_selector? | string | null | InteractionActionBase.delay_scroll_selector | interaction/types.ts:81 |
delay_scroll_unit? | "px" | "percent" | null | InteractionActionBase.delay_scroll_unit | interaction/types.ts:80 |
delay_type? | "scroll" | "time" | "truncation" | null | InteractionActionBase.delay_type | interaction/types.ts:78 |
delay_value? | number | null | InteractionActionBase.delay_value | interaction/types.ts:79 |
field_values | object[] | - | interaction/types.ts:88 |
placement_method | "replace" | "append" | "prepend" | "before" | "after" | "truncate" | null | - | interaction/types.ts:89 |
target_selector | string | null | - | interaction/types.ts:87 |
template | InteractionTemplateData | null | - | interaction/types.ts:93 |
template_id | string | - | interaction/types.ts:86 |
truncation_count? | number | null | - | interaction/types.ts:91 |
truncation_style? | "cut" | "blur" | null | - | interaction/types.ts:92 |
truncation_unit? | "paragraphs" | "words" | null | - | interaction/types.ts:90 |
type | "template" | - | interaction/types.ts:85 |