Saxonberg Server API
    Preparing search index...

    The fields a caller supplies to append one participation signal — the ConsumerApi.append call shape. subject is required; kind defaults to command, at to the game-time witness, realAt to the wall clock (resolved by the ConsumerLogic append seam when omitted).

    interface ParticipationEventFields {
        at?: number;
        kind?: "command";
        realAt?: number;
        subject: string;
    }
    Index

    Properties

    at?: number

    Game-time SECONDS witness (parity only).

    kind?: "command"
    realAt?: number

    Real-time epoch MILLISECONDS — the bucket key + decay clock.

    subject: string

    Durable subject id (the giver's templatePath).