x4js - v2.2.49
    Preparing search index...

    Interface ButtonEvents

    Button events

    interface ButtonEvents {
        click: EvClick;
    }

    Hierarchy (View Summary)

    Index
    click: EvClick

    Fired when the button is clicked ex: myButton.on( "click", ( e: EvClick ) => { console.log( "click") } );