Yurba Docs
Yurba Documentation

Get started

Accounts

Apps

Users

Relationships

Dialogs (Messages)

Tracks (MuseBase)

Photos

Posts

Comments

Safety

Other

Yurba CDN (cdn.yurba.one)

For Desktop Developers

METHOD eventButton

Allows you to track any event on a given button. Usually used inside createButton()

app.eventButton(string ButtonName, string EventName, () => { /// your code for button... })

EVENTS

click | Executes code when the button is clicked

hover | Executes code when the button is hovered

unhover | Executes code when the button is unhovered