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

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

- Page: https://pluginprobe.com/plugins/smart-forms/trunk/code/js/tutorials2/SmartTutorial/Slide.d.ts
- Raw: https://pluginprobe.com/plugins/smart-forms/trunk/raw/js/tutorials2/SmartTutorial/Slide.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/Slide.d.ts#L10-L20`.

```typescript
import { ActionBase } from "./Actions/ActionBase";
import { SmartTutorial } from "./SmartTutorial";
export declare class Slide {
    private actionList;
    tutorial: SmartTutorial;
    currentAction: ActionBase;
    currentActionIndex: number;
    private highlights;
    constructor();
    AddAction(action: ActionBase): this;
    private ExecuteNextAction;
    Clear(nextSlide: Slide): void;
    Execute(): void;
    private Finish;
}

```
