maxTabCount property

void maxTabCount=(int value)

The maximum number of tabs that the viewer could have at a time.

Applicable when multiTabEnabled is true. Opening more documents after reaching this limit will overwrite the old tabs. Defaults to unlimited.

Implementation

set maxTabCount(int value) => _maxTabCount = value;