Saxonberg Server API
    Preparing search index...

    The fields a caller supplies to record one authoring act — the ProvenanceApi.recordAuthoring call shape. Only path is given; the author is derived from the execution context, never passed (the anti-spoof contract). kind defaults to save, at to the game-time witness, realAt to the wall clock (resolved by the ProvenanceLogic seam).

    interface AuthoringEventFields {
        at?: number;
        kind?: "save";
        path: string;
        realAt?: number;
    }
    Index

    Properties

    Properties

    at?: number

    Game-time SECONDS witness.

    kind?: "save"
    path: string

    The authored template path.

    realAt?: number

    Real-time epoch MILLISECONDS — the original-author ordering key.