OBJECT

ChannelDashboardViewOptions

Details about the specific data of a layout type for a channel, such as the number of custom layouts available for use by the current user.

link GraphQL Schema definition

1type ChannelDashboardViewOptions {
2
3# Total (maximum) number of custom layouts the user can use for the channel
4# for the specific dashboard view type.
5customLayoutsTotal: Int
6
7# Amount of layouts the user has used for the channel for a specific dashboard
8# view type.
9customLayoutsUsed: Int
10
11}