Skip to main content

linear.nullableprojectfilter

Home > @runlightyear/linear > NullableProjectFilter

NullableProjectFilter interface

Signature:
interface NullableProjectFilter extends ProjectFilter 
Extends:

ProjectFilter

Optional Properties

PropertyModifiersTypeDescription
and?Array<NullableProjectFilter>Compound filters, all of which need to be matched by the project.
null?booleanFilter based on the existence of the relation.
or?Array<NullableProjectFilter>Compound filters, one of which need to be matched by the project.