<p><p>React <code>props</code> supported by InjectedComponentSet:</p>
</p>
<tableclass="arguments">
<tr>
<tdstyle="width:15%;">
<em>matching</em>
</td>
<td>
<p>Pass an <ahref='https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/object'>Object</a> with ComponentRegistry descriptors This set of descriptors is provided to <ahref='ComponentRegistry.html#findComponentsForDescriptor'>ComponentRegistry::findComponentsForDescriptor</a> to retrieve components for display.</p>
</td>
</tr>
<tr>
<tdstyle="width:15%;">
<em>className</em>
</td>
<td>
<spanclass="optional">Optional</span>
<p>A <ahref='https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string'>String</a> class name for the containing element.</p>
</td>
</tr>
<tr>
<tdstyle="width:15%;">
<em>children</em>
</td>
<td>
<spanclass="optional">Optional</span>
<p>Any React elements rendered inside the InjectedComponentSet will always be displayed.</p>
</td>
</tr>
<tr>
<tdstyle="width:15%;">
<em>exposedProps</em>
</td>
<td>
<spanclass="optional">Optional</span>
<p>An <ahref='https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/object'>Object</a> with props that will be passed to each item rendered into the set.</p>
</td>
</tr>
<tr>
<tdstyle="width:15%;">
<em>containersRequired</em>
</td>
<td>
<spanclass="optional">Optional</span>
<p>. Pass false to optionally remove the containers placed around injected components to isolate them from the rest of the app.</p>
</td>
</tr>
<tr>
<tdstyle="width:15%;">
<em></em>
</td>
<td>
<p>Any other props you provide, such as <code>direction</code>, <code>data-column</code>, etc. will be applied to the <ahref='flexbox.html'>Flexbox</a> rendered by the InjectedComponentSet.</p>