# gds-menu-heading

**Class**: `GdsMenuHeading`

**Tag**: `<gds-menu-heading>`


## Properties

| Name | Type | Default | Description |
|------|------|---------|-------------|
| `syncFirstRender` | `boolean` | `-` | Force the element to perform a synchronous first render and apply style expression properties in `connectedCallback`.  This guarantees that the child DOM always remains projected in DOM, since the element will attach the shadowRoot and run the first render pass in the same event loop cycle, and that declarative layout will be applied once slotted DOM is projected.  Note: This will cause the first render pass to be blocking. Use sparingly and only when necessary, such as when the element needs to be measured synchronously after being added to the DOM. |


## Slots

| Name | Description |
|------|-------------|
| `(default)` | The default slot for the menu heading content. |
