The same channelId
used while creating the Client.
Existing Client instance.
Optional
config?: DeepPartial<MediaPanelConfiguration>The MediaPanel configuration that can be customized.
Optional
theme?: DeepPartial<Theme>The MediaPanel theme options that can be customized.
You can update the panel's Configuration or Theme after it has been rendered.
myPanel.update({ theme: updatedTheme, config: updatedConfig });
Theme and/or MediaPanel configuration.
The MediaPanel is the function that mounts the panel in your container element.
See
How to initialize my panel?