OBJECT

TwitchStudioMosaicLayout

Mosaic layouts for Twitch Studio.

link GraphQL Schema definition

1type TwitchStudioMosaicLayout implements ChannelDashboardLayout {
2
3# The actual Mosaic layout data to be stored or fetched.
4data: MosaicData!
5
6# A unique identifier to uniquely reference this layout.
7id: ID!
8
9# The display name for the layout shown to the user.
10name: String!
11
12# A version to identify how the MosaicData was generated,
13# such as for deprecation purposes.
14version: String!
15
16# When the layout was last updated
17lastUpdated: Time
18
19}

link Required by

This element is not required by anyone