Saxonberg Server API
    Preparing search index...

    Interface EmoteOptions

    interface EmoteOptions {
        fills?: Record<string, string>;
        inReactionTo?: string;
        target?: Stuff;
    }
    Index

    Properties

    fills?: Record<string, string>
    inReactionTo?: string

    The commandId of a prior act this emote is reacting to. When set, the emote rides the reaction layer: it is tallied against that act, may toggle, and — at/above the volume threshold — has its diegetic fan-out suppressed in favour of the batched counter. Absent for an ordinary emote. See docs/subsystems/reactions.md.

    target?: Stuff