slides
fun slides(center: Boolean? = null, controls: Boolean? = null, speakernotes: Boolean? = null, transition: Transition.Style? = null, speed: Transition.Speed = Transition.Speed.DEFAULT): Node
Sets global properties that affect the behavior of a 'slides' document.
Return
a new SlidesConfigurationInitializer node
Parameters
center
- Optional
- Likely named
whether slides should be centered vertically
controls
- Optional
- Likely named
whether navigation controls should be shown
speakernotes
- Optional
- Likely named
whether speaker notes should be shown when not in speaker view
Wiki page
Slides configurationTarget
This function is only available for the following document types:slides
.