winter / io.jentz.winter.plugin / Plugin / graphInitializing

graphInitializing

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.

Parameters

parentGraph - The parent graph of the new graph that is being initialized.

builder - The Component.Builder for the new graph.