Skip to content

@livefolio/sdk / FeatureRef

Type Alias: FeatureRef

FeatureRef = object

Defined in: tactical/types.ts:134

A reference to a computed feature value within a rule node. The ref string must match an id declared in the features array of the enclosing TacticalSpec. At evaluation time the runtime replaces the ref with the resolved numeric value.

See

Comparison where FeatureRef is accepted as an operand.

Properties

ref

ref: string

Defined in: tactical/types.ts:134

Released under the MIT License.