EditorConfigurationEnabledInput¶
- class EditorConfigurationEnabledInput[source]¶
The data to enable the editor.
- max_paste_size: Just[int | None] | _Nothing[int | None] = Nothing¶
The maximum number of characters allowed in a single paste; 0 blocks all pastes and null clears the limit. Omit to leave the current limit unchanged.
- default_panel: Just[Literal['ai-assistant', 'auto-test', 'closed', 'description', 'files', 'help'] | None] | _Nothing[Literal['ai-assistant', 'auto-test', 'closed', 'description', 'files', 'help'] | None] = Nothing¶
The right panel the code editor opens on; null defers to the tenant’s default panel. Omit to leave the current panel unchanged.