ENUM

ChannelDashboardViewType

What channel feature the dashboard view is for.

link GraphQL Schema definition

1enum ChannelDashboardViewType {
2
3# Views for Stream Manager layout panels and other components.
4STREAM_MANAGER
5
6# Views for Twitch Studio layout panels.
7TWITCH_STUDIO
8}