Class TourEditTab

A class that manages editing a tour.

Currently, only a small amount of this class's functionality is exposed to TypeScript.

Hierarchy

  • TourEditTab

Constructors

Methods

Constructors

Methods

  • Add a slide to the current tour.

    Parameters

    • insert: boolean

      Whether to insert the new slide after the current tour stop. If false, the slide is added to the end of the tour.

    Returns void

Generated using TypeDoc