Skip to main content
A newer version of this page is available. .

FullscreenReportWizard Class

Implements the functionality for the fullscreen Report Wizard.

Declaration

class FullscreenReportWizard extends Analytics.Wizard.FullscreenWizard

Inheritance

constructor(pageFactory, _reportWizardOptions)

Creates a new instance of the BaseWizard class.

Declaration

constructor(
    pageFactory: Analytics.Wizard.FullscreenWizardPageFactory,
    _reportWizardOptions: _ReportWizardOptions
)

Parameters

Name Type Description
pageFactory FullscreenWizardPageFactory

The page factory.

_reportWizardOptions _ReportWizardOptions

The Report Wizard options.

Methods

initialize Method

Initializes the wizard with the specified state.

Declaration

initialize(
    state?: IReportWizardState
): void

Parameters

Name Type Description
state IReportWizardState

The global state.

Remarks

You can use the beforeInitialize and afterInitialize events to customize the wizard.

See the following topics for more information: