Skip to content

SDK API Reference / SegmentCondition

Interface: SegmentCondition

Individual segment condition - can be nested or a leaf condition

Properties

arrayMatching?

optional arrayMatching?: unknown


column?

optional column?: string


conditions?

optional conditions?: SegmentCondition[]


description?

optional description?: string


exclude?

optional exclude?: boolean


expr?

optional expr?: string


id?

optional id?: string


leftValue?

optional leftValue?: SegmentLeftValue


limit?

optional limit?: number | null


operator?

optional operator?: SegmentOperator


type

type: "And" | "Or" | "Value" | "Column" | "Reference"


visibility?

optional visibility?: "clear" | "masked"