Documentation

cursor()

Sets the mouse cursor style when hovering over the element.

cursor(cursor: BindingOrValue<string | undefined>): this;

Parameters

Return value

The builder instance for chaining.

Related