cursor()
Sets the mouse cursor style when hovering over the element.
cursor(cursor: BindingOrValue<string | undefined>): this;
Parameters
- cursor — A CSS cursor name (e.g. “pointer”, “default”).
Return value
The builder instance for chaining.
Related
class ElementBuilder abstractstatic
An abstract base class for UI element builders.
