Appearance
@loontail/minecraft-kit / LaunchRunOptions
Type Alias: LaunchRunOptions
ts
type LaunchRunOptions = {
killGracePeriodMs?: number;
onEvent?: (event) => void;
signal?: AbortSignal;
};Defined in: src/types/launch.ts:105
Options for kit.launch.run (and the lower-level runLaunch helper).