split property

int? split
final

The proportion of space (0-100) to give to code entry in the editor UI.

For example, a value of 60 will fill the left 60% of the editor with code entry and the right 40% with console or UI output.

Implementation

final int? split;