Documentation

apply()

Applies a view builder function, returning its result.

apply<TResult extends ViewBuilder = this>(
modifier?: ViewBuilderFunction<TResult, this>,
): TResult;

Parameters

Return value

The result of the function.

Related