Skip to main content

DomainCondition<TColumn>

Defined in: js-api/src/domains.ts:51

One condition node. value may be a list (= ANY / != ALL), null (IS NULL / IS NOT NULL under '='/'is'), or '@current' for the current user on user columns. Values are ALWAYS bound server-side — never interpolate values into filter strings.

The = ANY / != ALL reading holds for columns and FK paths; on a '<relation>.id' leaf the same shapes ask about the link SET (!= excludes owners linked to any of the ids) — see DomainRelationLink.

Type Parameters

Type ParameterDefault type
TColumn extends stringstring

Properties

PropertyTypeDefined in
operatorDomainConditionOperatorjs-api/src/domains.ts:53
propertyDomainColumnRef<TColumn>js-api/src/domains.ts:52
value?DomainFilterValuejs-api/src/domains.ts:54