HelpSequence

HelpSequence

new HelpSequence()

Source:

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.

Members

screens :Array.<HelpScreen>

Source:

Ordered list of HelpScreens that define the HelpSequence.

Type:

title :String

Source:

Title for this sequence of screens.

Type:
  • String