--- layout: docs title: AttributeString edit_url: "https://github.com/nylas/N1/blob/master/src/flux/attributes/attribute-string.coffee" ---
The value of this attribute is always a string or null
.
String attributes can be queries using equal
, not
, and startsWith
. Matching on
greaterThan
and lessThan
is not supported.
Return Values |
---|
Returns a Matcher for objects starting with the provided value. |