linear.attachmentfilter
Home > @runlightyear/linear > AttachmentFilter
AttachmentFilter interface
Signature:interface AttachmentFilter
Optional Properties
Property | Modifiers | Type | Description |
---|---|---|---|
and? | Array<AttachmentFilter> | Compound filters, all of which need to be matched by the attachment. | |
createdAt? | DateComparator | Comparator for the created at date. | |
creator? | NullableUserFilter | Filters that the attachments creator must satisfy. | |
id? | IDComparator | Comparator for the identifier. | |
or? | Array<AttachmentFilter> | Compound filters, one of which need to be matched by the attachment. | |
sourceType? | SourceTypeComparator | Comparator for the source type. | |
subtitle? | NullableStringComparator | Comparator for the subtitle. | |
title? | StringComparator | Comparator for the title. | |
updatedAt? | DateComparator | Comparator for the updated at date. | |
url? | StringComparator | Comparator for the url. |