Class: HelpSequence

HelpSequence()

new HelpSequence()

A single sequence of HelpScreens, to help the user understand one concept.

Parameters:
Name Type Description
options.screens Array.<HelpScreen>

Ordered list of HelpScreens that define the HelpSequence.

options.title String

Title for this sequence of screens.

Source:

Members

screens :Array.<HelpScreen>

Ordered list of HelpScreens that define the HelpSequence.

Type:
Source:

title :String

Title for this sequence of screens.

Type:
  • String
Source: