nodeFilters

abstract val nodeFilters: StateFlow<NodeFilterPrefs>(source)

Every node-list filter, as one value.

One flow rather than one per toggle: the store already holds them together, and splitting them apart only to recombine them downstream costs a combine argument per filter — a cap the typed overloads hit at five.