linear.roadmapcollectionfilter
Home > @runlightyear/linear > RoadmapCollectionFilter
RoadmapCollectionFilter interface
Signature:interface RoadmapCollectionFilter
Optional Properties
Property | Modifiers | Type | Description |
---|---|---|---|
and? | Array<RoadmapCollectionFilter> | Compound filters, all of which need to be matched by the roadmap. | |
createdAt? | DateComparator | Comparator for the created at date. | |
creator? | UserFilter | Filters that the roadmap creator must satisfy. | |
every? | RoadmapFilter | Filters that needs to be matched by all roadmaps. | |
id? | IDComparator | Comparator for the identifier. | |
length? | NumberComparator | Comparator for the collection length. | |
name? | StringComparator | Comparator for the roadmap name. | |
or? | Array<RoadmapCollectionFilter> | Compound filters, one of which need to be matched by the roadmap. | |
slugId? | StringComparator | Comparator for the roadmap slug ID. | |
some? | RoadmapFilter | Filters that needs to be matched by some roadmaps. | |
updatedAt? | DateComparator | Comparator for the updated at date. |