tsParticles - v0.0.0
    Preparing search index...

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

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

    Implemented by

    Index

    Properties

    Properties

    onClick: IClickEvent

    Click event options

    Div event options

    onHover: IHoverEvent

    Hover event options