struct Protocol::LayerTree::StickyPositionConstraint
- Protocol::LayerTree::StickyPositionConstraint
- Struct
- Value
- Object
Overview
Sticky position constraints.
Included Modules
- JSON::Serializable
Defined in:
protocol/layer_tree.crConstructors
Instance Method Summary
-
#containing_block_rect : DOM::Rect
Layout rectangle of the containing block of the sticky element
-
#nearest_layer_shifting_containing_block : LayerId | Nil
The nearest sticky layer that shifts the containing block
-
#nearest_layer_shifting_sticky_box : LayerId | Nil
The nearest sticky layer that shifts the sticky box
-
#sticky_box_rect : DOM::Rect
Layout rectangle of the sticky element before being shifted
Constructor Detail
Instance Method Detail
Layout rectangle of the containing block of the sticky element
The nearest sticky layer that shifts the containing block
The nearest sticky layer that shifts the sticky box
Layout rectangle of the sticky element before being shifted