outputEntries property

List<OutputLogEntry> outputEntries
final

Recent captured output entries to display in the Output section.

Typically sourced from an OutputLog. Entries should be ordered newest-first for display (the overlay takes the first maxDisplayOutput entries).

Implementation

final List<OutputLogEntry> outputEntries;