Constructors

Properties

evaluator: SegmentEvaluator

Accessors

Methods

  • Validates the segmentation against provided DSL and properties.

    Parameters

    • dsl: Record<string, dynamic>

      The segmentation DSL.

    • properties: Record<any, dynamic>

      The properties to validate against.

    Returns Promise<boolean>

    True if segmentation is valid, otherwise false.