Interface: InteractionActionCookie
Defined in: interaction/types.ts:116
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 |
domain | string | null | - | interaction/types.ts:121 |
expires_days | number | - | interaction/types.ts:122 |
name | string | - | interaction/types.ts:118 |
path | string | - | interaction/types.ts:120 |
type | "cookie" | - | interaction/types.ts:117 |
value | string | - | interaction/types.ts:119 |