<p><p>React <code>props</code> supported by MenuItem:</p>
</p>
<tableclass="arguments">
<tr>
<tdstyle="width:15%;">
<em>divider</em>
</td>
<td>
<spanclass="optional">Optional</span>
<p>Pass a <ahref='https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean'>Boolean</a> to render the menu item as a section divider.</p>
<p>Pass a <ahref='https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string'>String</a> to be the React key to optimize rendering lists of items.</p>
<p>Pass a <ahref='https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean'>Boolean</a> to specify whether the item is selected.</p>
<p>Pass a <ahref='https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean'>Boolean</a> to specify whether the item is checked.</p>