# readonly

### Description

@short: Activates the read-only mode for the Gantt chart

@signature: readonly: boolean

### Example

~~~jsx
gantt.config.readonly = true;

gantt.init("gantt_here");
~~~

**Default value:** false
