new ViewBuilder.Initializer()
Creates a new initializer for the specified view class.
constructor(ViewClass: new () => TView, initialize?: (view: TView) => void);
Parameters
- ViewClass — The view class constructor
Related
class Initializer static
A class that handles the initialization and configuration of views, as part of a view builder.
