Documentation

build()

Creates and initializes a new view instance.

build(): TView;

Return value

A fully initialized view instance

Description

This method creates a new instance of the view class and runs all configuration callbacks.

Related