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 observe

When used, it will wait for an object that is in the QuerySelector and when it appears, the code is executed

app.observe(string QuerySelector, (element) => { /// your functions here... })