Get started
Accounts
Apps
Users
Relationships
Dialogs (Messages)
Tracks (MuseBase)
Photos
Posts
Comments
Safety
Other
Yurba CDN (cdn.yurba.one)
Yurba Desktop API
Yurba Component Language
link: Object properties
// link CSS file to webview
app.link(
{
path: "index.css", // ./addons_path/my_addon/index.css
method: "web"
}
)
// link CSS file to app
app.link(
{
path: "index.css",
method: "app"
}
)