Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Index

Constructors

Methods

Constructors

constructor

Methods

addSlide

  • addSlide(insert: boolean): void
  • 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

get_tour

Generated using TypeDoc