Skip to main content

linear.roadmapfilter

Home > @runlightyear/linear > RoadmapFilter

RoadmapFilter interface

Signature:
interface RoadmapFilter 

Optional Properties

PropertyModifiersTypeDescription
and?Array<RoadmapFilter>Compound filters, all of which need to be matched by the roadmap.
createdAt?DateComparatorComparator for the created at date.
creator?UserFilterFilters that the roadmap creator must satisfy.
id?IDComparatorComparator for the identifier.
name?StringComparatorComparator for the roadmap name.
or?Array<RoadmapFilter>Compound filters, one of which need to be matched by the roadmap.
slugId?StringComparatorComparator for the roadmap slug ID.
updatedAt?DateComparatorComparator for the updated at date.