getStateContainer

open fun <T : StateContainer?> getStateContainer(section: Section): T

Get the state container of the given section.

Return

the state container.

Parameters

section

The section for which you want the state values from.

<T>

The section's StateContainer class