PluginProbe
Smart Forms – when you need more than just a contact form / trunk
Smart Forms – when you need more than just a contact form vtrunk
trunk 0.5 0.5.5 0.6 0.7 0.8 0.8.5 0.9.1
smart-forms / js / tutorials2 / SmartTutorial / Slide.d.ts

Slide.d.ts in Smart Forms – when you need more than just a contact form trunk, at js/tutorials2/SmartTutorial/Slide.d.ts

16 lines 453 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 import { ActionBase } from "./Actions/ActionBase";
2 import { SmartTutorial } from "./SmartTutorial";
3 export declare class Slide {
4 private actionList;
5 tutorial: SmartTutorial;
6 currentAction: ActionBase;
7 currentActionIndex: number;
8 private highlights;
9 constructor();
10 AddAction(action: ActionBase): this;
11 private ExecuteNextAction;
12 Clear(nextSlide: Slide): void;
13 Execute(): void;
14 private Finish;
15 }
16