displayThreads property

List<IFlowThread>? get displayThreads

Property getter and setter for displayThreads: A list of threads that should be flattened out in the main display (as opposed to being nested within the parent thread or hidden) A list of threads that should be flattened out in the main display (as opposed to being nested within the parent thread or hidden)

Implementation

List<IFlowThread>? get displayThreads;
set displayThreads (List<IFlowThread>? displayThreads)

Implementation

set displayThreads(List<IFlowThread>? displayThreads);