Interface: InteractionActionCookie
Defined in: interaction/types.ts:139
Extends
InteractionActionBase
Properties
| Property | Type | Inherited from | Defined in |
|---|---|---|---|
delay_scroll_selector? | string | null | InteractionActionBase.delay_scroll_selector | interaction/types.ts:104 |
delay_scroll_unit? | "px" | "percent" | null | InteractionActionBase.delay_scroll_unit | interaction/types.ts:103 |
delay_type? | "scroll" | "time" | "truncation" | null | InteractionActionBase.delay_type | interaction/types.ts:101 |
delay_value? | number | null | InteractionActionBase.delay_value | interaction/types.ts:102 |
domain | string | null | - | interaction/types.ts:144 |
expires_days | number | - | interaction/types.ts:145 |
name | string | - | interaction/types.ts:141 |
path | string | - | interaction/types.ts:143 |
type | "cookie" | - | interaction/types.ts:140 |
value | string | - | interaction/types.ts:142 |