@yesstudio/nuxt-composables
    Preparing search index...

    Interface UseWindowSize

    Represents the size of a window.

    interface UseWindowSize {
        height: Readonly<Ref<number>>;
        width: Readonly<Ref<number>>;
    }
    Index

    Properties

    Properties

    height: Readonly<Ref<number>>

    A readonly reference to the window's height.

    width: Readonly<Ref<number>>

    A readonly reference to the window's width.