Illutions Engine API - v0.26.0
    Preparing search index...

    Interface WindowResizeEvent

    Fired when the window size changes and triggers the corresponding XState event.

    interface WindowResizeEvent {
        type: "WINDOW_RESIZE";
    }
    Index
    type: "WINDOW_RESIZE"

    Identifies this event type.