Math3D Full Project API
    Preparing search index...

    Type Alias AppWindowStatePacket

    type AppWindowStatePacket = {
        bounds?: { height: number; width: number; x: number; y: number };
        fullscreen: boolean;
        maximized: boolean;
        reason?: string;
    }
    Index

    Properties

    bounds?: { height: number; width: number; x: number; y: number }
    fullscreen: boolean
    maximized: boolean
    reason?: string