# smart-forms/trunk/js/tutorials2/SmartTutorial/SmartTutorial.d.ts

Smart Forms – when you need more than just a contact form, version trunk. 18 lines.

- Page: https://pluginprobe.com/plugins/smart-forms/trunk/code/js/tutorials2/SmartTutorial/SmartTutorial.d.ts
- Raw: https://pluginprobe.com/plugins/smart-forms/trunk/raw/js/tutorials2/SmartTutorial/SmartTutorial.d.ts
- Modified: 2019-02-23T19:17:22+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/smart-forms/trunk/code/js/tutorials2/SmartTutorial/SmartTutorial.d.ts#L10-L20`.

```typescript
import { Slide } from "./Slide";
export declare class SmartTutorial {
    private $background;
    private $transparentBackground;
    private slides;
    ZIndex: number;
    currentSlideIndex: number;
    currentSlide: Slide;
    $nextButton: JQuery;
    private FinishAction;
    constructor();
    Start(): void;
    AddSlide(slide: Slide): void;
    ExecuteNextSlide(): Promise<void>;
    OnFinish(action: () => void): void;
    private Finish;
}

```
