Mailspring/docs/AttributeNumber.html

57 lines
1.4 KiB
HTML
Raw Normal View History

2015-10-03 01:57:40 +08:00
---
layout: docs
title: AttributeNumber
edit_url: "https://github.com/nylas/N1/blob/master/src/flux/attributes/attribute-number.coffee"
2015-10-03 01:57:40 +08:00
---
2015-10-02 03:34:16 +08:00
2015-10-03 01:57:40 +08:00
<h2>Summary</h2>
2015-10-02 03:34:16 +08:00
2015-10-03 01:57:40 +08:00
<div class="markdown-from-sourecode">
<p><p>The value of this attribute is always a number, or null.</p>
2015-10-02 03:34:16 +08:00
</p>
</div>
2015-10-03 01:57:40 +08:00
<ul>
</ul>
<h3>Instance Methods</h3>
<h4 id=greaterThan class="function-name">
greaterThan(<span class="args"></span>) <a href="#greaterThan" class="link"></a>
</h4>
2015-10-03 01:57:40 +08:00
<div class="function-description markdown-from-sourecode">
<p></p>
</div>
2015-10-03 01:57:40 +08:00
<strong>Returns</strong>
<table class="arguments">
<tr>
<th>Return Values</th>
</tr>
<tr><td class="markdown-from-sourecode"><p>Returns a <a href='matcher.html'>Matcher</a> for objects greater than the provided value.</p>
</td></tr>
</table>
<h4 id=lessThan class="function-name">
lessThan(<span class="args"></span>) <a href="#lessThan" class="link"></a>
</h4>
2015-10-03 01:57:40 +08:00
<div class="function-description markdown-from-sourecode">
<p></p>
</div>
2015-10-03 01:57:40 +08:00
<strong>Returns</strong>
<table class="arguments">
<tr>
<th>Return Values</th>
</tr>
<tr><td class="markdown-from-sourecode"><p>Returns a <a href='matcher.html'>Matcher</a> for objects less than the provided value.</p>
</td></tr>
</table>