Interface ResizeObserverOptions

    interface ResizeObserverOptions {
        box?: ResizeObserverBoxOptions;
    }

    Properties

    Properties