InternalStaticDEFAULT_StaticLABELSStaticPARTSThe current render state of the Application.
Prepare context that is specific to only a single rendered part.
It is recommended to augment or mutate the shared context so that downstream methods like _onRender have visibility into the data that was used for rendering. It is acceptable to return a different context object rather than mutating the shared context at the expense of this transparency.
The part being rendered
Shared context provided by _prepareContext
Options which configure application rendering behavior
Context data for a specific part
Staticinit
User Interaction Blocker
Basic application for blocking user interactions when such could cause damage.