finalize()
Registers a callback to be called after view initialization is complete.
finalize(callback: (view: TView) => void): void;
Note
The provided callback will be invoked after all properties have been set and bindings have been applied. This is useful for performing final setup or validation.
Parameters
- callback — The finalization callback that receives the view instance
Related
class Initializer static
A class that handles the initialization and configuration of views, as part of a view builder.
