onBeforeStart

fires before the first hint step is shown

void onBeforeStart();

Example

$$("hint").attachEvent("onBeforeStart", function(){
    webix.message("You are about to start!");
})

See also
Back to top