# skin

### Description

@short: Returns the current skin of the Gantt chart

@signature: skin: string

### Example

~~~jsx
var currentSkin = gantt.skin;// -> "terrace"
~~~

### Related API
- [skins](api/other/skins.md)

### Related Guides
- [Skins](guides/skins.md)

