OBJECT

ChannelDashboardView

A view for editing a channel, including panels, layouts, options, etc. Includes views like Stream Manager, Twitch Studio, etc.

link GraphQL Schema definition

1type ChannelDashboardView {
2
3# Panel layout configurations for this view type.
4layouts: [ChannelDashboardLayout!]
5
6# Information about the view pertaining to the current channel for the
7# current user, such as how many custom layouts have been used.
8options: ChannelDashboardViewOptions!
9
10}