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