interface HostEvents {
    ConfigurationUpdate: ConfigurationUpdate;
    Exit: void;
    Finish: void;
    IFrameError: void;
    Initialized: EventResult<void>;
    Started: EventResult<void>;
}

Properties

ConfigurationUpdate: ConfigurationUpdate
Exit: void

The user click on a button to exit/abort the configuration.

Finish: void

The user clicked on a button to finish the configuration.

IFrameError: void

Configurator could not be loaded

Initialized: EventResult<void>

When successfull: configurator has loaded and is ready to be used

When unsuccessfull: configurator could not initialize

Started: EventResult<void>

a The configuration of a new or restored planning has started.