# Collapsable

### Settings

<table><thead><tr><th width="200.33333333333331">Setting</th><th width="150">Value</th><th>Description</th></tr></thead><tbody><tr><td>Container</td><td>true</td><td>Indicates if it accepts nested children components</td></tr><tr><td>Droppable</td><td>true</td><td>Indicates if it can be added as a nested child component inside a container</td></tr><tr><td>Editable</td><td>false</td><td>Can be edited</td></tr><tr><td>Interactive</td><td>false</td><td>Can receive events</td></tr></tbody></table>

### Properties

<table><thead><tr><th>Property</th><th width="150">Type</th><th width="150">Default</th><th>Description</th></tr></thead><tbody><tr><td>Background color</td><td>Color</td><td>#ffffff</td><td>Background color</td></tr><tr><td>Height</td><td>Dimension</td><td>40px</td><td>Height of the component</td></tr><tr><td>Opened</td><td>Boolean</td><td>false</td><td>Indicates if it is open</td></tr><tr><td>Text color</td><td>Color</td><td>#000000</td><td>Content text color</td></tr><tr><td>Element</td><td>General</td><td>div</td><td>HTML element</td></tr></tbody></table>

### Actions

No actions defined.

### Events

|        | Available | Description               |
| ------ | --------- | ------------------------- |
| Click  | no        | Can receive clicks events |
| Change | no        | Can receive change events |
