linear.roadmapfilter
Home > @runlightyear/linear > RoadmapFilter
RoadmapFilter interface
Signature:interface RoadmapFilter
Optional Properties
Property | Modifiers | Type | Description |
---|---|---|---|
and? | Array<RoadmapFilter> | 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. | |
id? | IDComparator | Comparator for the identifier. | |
name? | StringComparator | Comparator for the roadmap name. | |
or? | Array<RoadmapFilter> | Compound filters, one of which need to be matched by the roadmap. | |
slugId? | StringComparator | Comparator for the roadmap slug ID. | |
updatedAt? | DateComparator | Comparator for the updated at date. |