Type Alias floating_ui_dom::Shift

source ·
pub type Shift<'a> = Shift<'a, Element, Window>;
Expand description

Optimizes the visibility of the floating element by shifting it in order to keep it in view when it will overflow the clipping boundary.

See https://floating-ui.com/docs/shift for the original documentation.

Aliased Type§

struct Shift<'a> { /* private fields */ }