h1z1-server
    Preparing search index...

    Interface Transition<EventTypes>

    interface Transition<EventTypes> {
        EnterTransition: (() => void) | undefined;
        eventId: EventTypes;
        from: string[] | null;
        to: string;
    }

    Type Parameters

    • EventTypes

    Hierarchy (View Summary)

    Index

    Properties

    EnterTransition: (() => void) | undefined
    eventId: EventTypes
    from: string[] | null
    to: string