Saxonberg Server API
    Preparing search index...

    The dependency keys + provenance an event carries (shared with the DTO).

    interface ForumEventPayload {
        actor: string;
        at: number;
        board: string;
        data: Record<string, unknown>;
        entry: string;
        kind: ForumEventKind;
        subject: string;
        thread: string;
    }
    Index

    Properties

    actor: string

    Actor player/stuff reference.

    at: number

    Wall-clock ms at mint time.

    board: string

    Board _id.

    data: Record<string, unknown>

    Open per-kind detail bag.

    entry

    entry: string

    The entry this event is about (_id).

    subject: string

    Subject _id (the board's subject).

    thread: string

    Thread-root entry _id.