# JSHeader

## Overview

Solution model header part on a form.

## Property Summary

| Type                                                                         | Name                      | Summary                                                          |
| ---------------------------------------------------------------------------- | ------------------------- | ---------------------------------------------------------------- |
| [String](https://docs.servoy.com/reference/servoycore/dev-api/js-lib/string) | [styleClass](#styleclass) | The Cascading Style Sheet (CSS) class name applied to the part.. |

## Properties Details

### styleClass

The Cascading Style Sheet (CSS) class name applied to the part.

**Returns**\
[String](https://docs.servoy.com/reference/servoycore/dev-api/js-lib/string)

**Sample**

```javascript
var body = form.newPart(JSPart.BODY, 320);
body.styleClass = 'myBody';
```
