INPUT_OBJECT
ExtensionViewsInput
The potential anchor-specific configurations and extension can have.
link GraphQL Schema definition
1 input ExtensionViewsInput { 5 2 # The developer configuration of the extension as a component extension, if 3 # supported. 4 : ComponentViewInput 8 6 # The developer configuration of the extension's configuration view, if supported. 7 : ConfigViewInput 12 9 # The developer configuration of the extension's live configuration dashboard 10 # view, if supported. 11 : LiveConfigViewInput 16 13 # The developer configuration of the extension as a mobile extension, if 14 # supported. 15 : MobileViewInput 19 17 # The developer configuration of the extension as a panel extension, if supported. 18 : PanelViewInput 23 20 # The developer configuration of the extension as a video overlay extension, if 21 # supported. 22 : VideoOverlayViewInput 24 }