<!-- Do not edit this file. It is automatically generated by API Documenter. --> [`GroupOption`](GroupOption) ## GroupOption interface Collapsible container for other ViewOptions. 1.10.0 **Signature:** ```typescript export interface GroupOption ``` ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [`displayName`](GroupOption/displayName) | | <code>string</code> | 1.10.0 | | [`items`](GroupOption/items) | | <code>Exclude</code><code>&lt;</code>[`ViewOption`](ViewOption)<code>, </code>[`GroupOption`](GroupOption)<code>&gt;[]</code> | 1.10.0 | | [`shouldHide?`](GroupOption/shouldHide) | | <code>(config: </code>[`BasesViewConfig`](BasesViewConfig)<code>) =&gt; boolean</code> | <p>_(Optional)_ If provided, the group will be hidden if the function returns true.</p><p> 1.10.2</p> | | [`type`](GroupOption/type) | | <code>'group'</code> | 1.10.0 |