isFolded property

bool isFolded
getter/setter pair

Whether this fold range is currently collapsed.

When true, the contents of this range are hidden in the editor.

Implementation

bool isFolded = false;