INPUT_OBJECT

SaveExtensionViewsInput

The potential anchor-specific configurations and extension can have.

link GraphQL Schema definition

1input SaveExtensionViewsInput {
5
2# The developer configuration of the extension as a component extension, if
3# supported.
4component: SaveComponentViewInput
8
6# The developer configuration of the extension's configuration view, if supported.
7config: SaveConfigViewInput
12
9# The developer configuration of the extension's live configuration dashboard
10# view, if supported.
11liveConfig: SaveLiveConfigViewInput
16
13# The developer configuration of the extension as a mobile extension, if
14# supported.
15mobile: SaveMobileViewInput
19
17# The developer configuration of the extension as a panel extension, if supported.
18panel: SavePanelViewInput
23
20# The developer configuration of the extension as a video overlay extension, if
21# supported.
22videoOverlay: SaveVideoOverlayViewInput
24}