Documentation

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

Related