Saxonberg Server API
    Preparing search index...

    Interface RecordOptions

    Act-level context shared by every sub-check row of one act.

    interface RecordOptions {
        kind?: "claim" | "deed";
        tags?: string[];
        when?: number | null;
    }
    Index

    Properties

    Properties

    kind?: "claim" | "deed"
    tags?: string[]
    when?: number | null

    Game-time seconds; defaults to the witness clock when omitted.