LayoutShiftAttribution

Overview

The LayoutShiftAttribution interface of the Layout Instability API provides debugging information about elements which have shifted.

Location

Properties


currentRect

 

property currentRect: HTMLElement read write;

 

HTMLElement currentRect { get; set; }

 

var currentRect: HTMLElement { get{} set{} }

 

HTMLElement currentRect { __get; __set; }

 

Property currentRect() As HTMLElement

Node

 

property Node: Node read write;

 

Node Node { get; set; }

 

var Node: Node { get{} set{} }

 

Node Node { __get; __set; }

 

Property Node() As Node

previousRect

 

property previousRect: HTMLElement read write;

 

HTMLElement previousRect { get; set; }

 

var previousRect: HTMLElement { get{} set{} }

 

HTMLElement previousRect { __get; __set; }

 

Property previousRect() As HTMLElement