Documentation

bindNone()

Creates a new binding to observe the specified properties, returning true if none are truthy.

bindNone<K extends Binding.BoundPath<NonNullable<T>>>(
...sourcePaths: (K | undefined)[]
): Binding<boolean>;

Notes

Parameters

Return value

A new binding, typed as a boolean value

Related