INPUT_OBJECT

ExtensionViewsInput

The potential anchor-specific configurations and extension can have.

link GraphQL Schema definition

1input ExtensionViewsInput {
5
2# The developer configuration of the extension as a component extension, if
3# supported.
4component: ComponentViewInput
8
6# The developer configuration of the extension's configuration view, if supported.
7config: ConfigViewInput
12
9# The developer configuration of the extension's live configuration dashboard
10# view, if supported.
11liveConfig: LiveConfigViewInput
16
13# The developer configuration of the extension as a mobile extension, if
14# supported.
15mobile: MobileViewInput
19
17# The developer configuration of the extension as a panel extension, if supported.
18panel: PanelViewInput
23
20# The developer configuration of the extension as a video overlay extension, if
21# supported.
22videoOverlay: VideoOverlayViewInput
24}