Optional
allow_Optional
enable_Enable the history feature of the viewer.
This is only relevant when hide_welcome_screen
is false
,
as it's currently only used to allow going between the welcome screen and examples.
Defaults to false
.
Optional
fallback_The fallback token to use, if any.
The fallback token behaves similarly to the REDAP_TOKEN
env variable. If set in the
enclosing notebook environment, it should be used to set the fallback token.
Optional
heightThe CSS height of the canvas.
Optional
hide_If set to true
, hides the welcome screen, which contains our examples. Defaults to false
.
Optional
manifest_Url to the example manifest. Unused if hide_welcome_screen
is set to true
.
Optional
render_The render backend used by the viewer. Either "webgl" or "webgpu". Prefers "webgpu".
Optional
video_Video decoder config used by the viewer. Either "auto", "prefer_software" or "prefer_hardware".
Optional
widthThe CSS width of the canvas.
Allow the viewer to handle fullscreen mode. This option sets canvas style so is not recommended if you are doing anything custom, or are embedding the viewer in an iframe.
Defaults to
false
.