> [Wiki](Home) ▸ [[API Reference|API-Reference]] ▸ [[Document|Document-API]] ▸ **Setting attributes**

# Setting attributes

[Element](/Neft-io/neft/wiki/Document-Element-API#class-element) properties can be changed using attributes.

```xml
<div visible="false" />
```

Supports listening on signals as well.

Potentially it's more useful with more specific [Element](/Neft-io/neft/wiki/Document-Element-API#class-element)s from extensions.

> [`Source`](/Neft-io/neft/blob/42e53472888b24a14f8aa89b8417a63790934b26/src/document/file/parse/propSetting.litcoffee)

