Position in the slide collection of the slide containing the shape having this click action.
(self)
| 176 | |
| 177 | @lazyproperty |
| 178 | def _slide_index(self): |
| 179 | """ |
| 180 | Position in the slide collection of the slide containing the shape |
| 181 | having this click action. |
| 182 | """ |
| 183 | return self._slides.index(self._slide) |
| 184 | |
| 185 | @lazyproperty |
| 186 | def _slides(self) -> Slides: |