Type: Number

Default: 100

The state is used to save the undo and redo steps.

You can change the number of steps that will be stored in the state.

RedactorX('#entry', {
    state: {
        limit: 2
    }
});