Saxonberg Server API
    Preparing search index...
    interface EmoteGrammar {
        slots: Record<string, EmoteSlot>;
        template: string;
        verbForm?: { self: string; third: string };
    }
    Index

    Properties

    slots: Record<string, EmoteSlot>
    template: string

    Single Liquid template handling all slot-presence permutations.

    verbForm?: { self: string; third: string }

    Optional irregular-verb override. When absent the engine binds s / es / ies per audience; authors using the helpers cover the regular cases. When present, the renderer additionally binds verbForm directly (self for actor=you, third for actor=name).