An event emitted at the start of an update.

interface PreludeEvent {
    config: Record<string, string>;
}

Properties

Properties

config: Record<string, string>

Configuration values that will be used during the update.

Generated using TypeDoc