set_slideshow_type
Assign slideshow types to notebook cells by their index, controlling whether a cell becomes a slide, subslide, fragment, skip, or notes. Remove slideshow type with '-' or null.
Instructions
Set the slideshow type for a specific cell by its index
Args:
index: The index of the cell to modify
slideshow_type: The slideshow type to set. Valid values are:
"slide" - Start a new slide
"subslide" - Start a new subslide
"fragment" - Fragment (appear on click)
"skip" - Skip cell in slideshow
"notes" - Speaker notes
"-" or null - Remove slideshow typeInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | ||
| slideshow_type | No |