Skip to content

@loontail/minecraft-kit v0.8.14 / ProgressEventContext

Type alias: ProgressEventContext

ts
type ProgressEventContext: {
  aspect: VerificationKind;
};

Optional aspect metadata attached by verification and aggregate repair flows.

Standalone install events usually omit it because the install plan already carries action categories. repair.all attaches it so consumers can tell whether a forwarded event belongs to Minecraft, runtime, Fabric, or Forge.

Type declaration

MemberType
aspectVerificationKind

Source

src/types/events.ts:102

MIT License