featherbit UI
    Preparing search index...

    Interface VarContext

    Trace-derived $var/{{path}} suggestions threaded down to every templated field. Exported so ConditionBuilder can accept and forward the same shape to its own VarInput (the "Context var" rule row's name field).

    interface VarContext {
        availability: Availability;
        onOpenLegend: () => void;
        suggestions: Suggestion[];
    }
    Index
    availability: Availability
    onOpenLegend: () => void
    suggestions: Suggestion[]