abstract fun graphInitializing(parentGraph: Graph?, builder: Component.Builder): Unit
This is called when a Graph is initializing and allows to manipulate (derive) the backing io.jentz.winter.Component.
parentGraph - The parent graph of the new graph that is being initialized.
builder - The Component.Builder for the new graph.