Back to API Reference
Class

RangeQueryDefinition

sealed

Serialized form of a RangeQuery: inspector-editable filters built into the live query against a target modifier on every bind, so the selection follows text edits.

public string Label{ get; set }
public string PrimaryValue{ get; set }
public string FilterToken{ get; set }
public bool BareOnly{ get; set }
public RangeChannel Channel{ get; set }
public RangeQueryArea Area{ get; set }
public int AreaStart{ get; set }
public int AreaLength{ get; set }
public int Take{ get; set }
public RangeQuery Build()

Builds the live query for one target modifier. parameter scopes the raw-token filter; a null parameter leaves that filter off.