Interface MediaQueryListEventInit

    interface MediaQueryListEventInit {
        bubbles?: boolean;
        cancelable?: boolean;
        composed?: boolean;
        matches?: boolean;
        media?: string;
    }
    Hierarchy

    Properties

    bubbles?: boolean
    cancelable?: boolean
    composed?: boolean
    matches?: boolean
    media?: string