Saxonberg Server API
    Preparing search index...
    interface BuildStepOptions {
        beginPeers?: Mml;
        beginSelf: Mml;
        durationMs: number;
        onAbort?: (reason: keyof AbortReasonRegistry) => void;
        onComplete: () => void;
    }
    Index

    Properties

    beginPeers?: Mml

    Optional peer-prose shown when the step begins.

    beginSelf: Mml

    Self-prose shown when the step begins.

    durationMs: number

    Game-time the step occupies the hands slot, in (game) ms.

    onAbort?: (reason: keyof AbortReasonRegistry) => void

    Optional abort handler; default no-op (nothing was mutated yet).

    onComplete: () => void

    The effect, applied at completion (debit + bank / record / mint).