# skins

### Description

@short: Returns objects of the available skins

@signature: skins: any

### Example

~~~jsx
gantt.skins; //->{skyblue: Object, meadow: Object, terrace: Object, broadway: Object}
~~~

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

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

