type property

String? type
getter/setter pair

The type of the channel section. Possible string values are:

  • "channelsectionTypeUndefined"
  • "singlePlaylist"
  • "multiplePlaylists"
  • "popularUploads"
  • "recentUploads"
  • "likes"
  • "allPlaylists"
  • "likedPlaylists"
  • "recentPosts"
  • "recentActivity"
  • "liveEvents"
  • "upcomingEvents"
  • "completedEvents"
  • "multipleChannels"
  • "postedVideos"
  • "postedPlaylists"
  • "subscriptions"

Implementation

core.String? type;