Event that fires after the viewer initialized.

interface InitializeEvent {
    type: "initialize";
}

Properties

Properties

type: "initialize"

Event type.