Yurba Docs
Yurba Documentation

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

OBJECT Player

Structure

Player: { ... } Methods structure

Player { hide: void, show: void, edit: object MusicData { Name: String, Author: String, Cover: Url, // not local path, url only Release: Int, Url: Url // music source, mp3 }, play: void, stop: void } Description

The player object inside the application allows you to control visibility and resources inside. Not fully developed yet.