Skip to main content

Interface: IExperienceSegment

Defined in: common/index.ts:231

Experience segment configuration

Properties

abSplit?

optional abSplit: IExperienceABSplit

Defined in: common/index.ts:238


componentVariants

componentVariants: Record<string, string | Record<string, string>>

Defined in: common/index.ts:237


description

description: string

Defined in: common/index.ts:234


id

id: string

Defined in: common/index.ts:232


name

name: string

Defined in: common/index.ts:233


rules

rules: IExperienceSegmentRule[]

Defined in: common/index.ts:235


stickyProperties?

optional stickyProperties: string[]

Defined in: common/index.ts:239


useAb

useAb: boolean

Defined in: common/index.ts:236