interface ConfiguratorEventInitialized {
    ocHost: string;
    type: "Configurator.Initialized";
}

Properties

Properties

ocHost: string

The version of the oc host package in the configurator.

type: "Configurator.Initialized"