DeprecatedModalSlideshow is a special Modal using a Slideshow as header.
View source codeboolean
Whether the ModalSlideshow should be open.
MouseEventHandler<HTMLElement>
Handler that is called to cancel the slideshow.
MouseEventHandler<HTMLElement>
Handler that is called when the ModalSlideshow is closed.
MouseEventHandler<HTMLElement>
Handler that is called after the last slide has been displayed.
DeprecatedModalSlideshowSlide[]
The slides to display in the ModalSlideshow.
{ cancel: string; previous: string; next: string; done: string; }
The translations for the buttons.
boolean
Whether the ModalSlideshow should have opening and closing animation.
Element
The element where to mount the Modal. It needs to be outside the GrapesProvider tree for the focus trap to work properly.
Default: document.body