Saxonberg Server API
    Preparing search index...

    Public shape provided by FixtureMixin.

    interface Fixture {
        getSeatIn(): string | null;
        seatSelf(): Promise<void>;
        setSeatIn(ref: string): void;
    }
    Index

    Methods