Get started
Accounts
Apps
Users
Relationships
Dialogs (Messages)
Tracks (MuseBase)
Photos
Posts
Comments
Safety
Other
Yurba CDN (cdn.yurba.one)
For Desktop Developers
Allows you to set the contents of the tab and change its styles
app.setTab(
"header": (Optional) {
"background": string CssValue,
"color": string CssValue
},
"divider": (Optional) {
"color": string CssValue,
"height": string CssValue,
"opacity": string CssValue
},
"body": (Optional) {
"background": string CssValue,
"color": string CssValue,
"border": string CssValue,
"padding": string CssValue
},
"title": (Mandatory) string Title,
"description": (Mandatory) string Description,
"content": (Optional) string HtmlContent
)