[[include:Options/Interactivity/Events.md]]

interface IEvents {
    onClick: IClickEvent;
    onDiv: SingleOrMultiple<IDivEvent>;
    onHover: IHoverEvent;
    resize: IResizeEvent;
}

Implemented by

Properties

onClick: IClickEvent

Click event options

Div event options

onHover: IHoverEvent

Hover event options

resize: IResizeEvent

Resize event options