listType property

String listType

Which type of content loads in the player.

Implementation

external String /*'player'|'search'|'user_uploads'*/ get listType;
void listType=(String v)

Implementation

external set listType(String /*'player'|'search'|'user_uploads'*/ v);