Documentation

name()

Sets the element name, which can be used to identify the element in the view hierarchy.

name(value: BindingOrValue<string | undefined>): this;

Parameters

Return value

The builder instance for chaining.

Related