We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ActionData::ScrollHint
1 parent f87db98 commit 28b82e9Copy full SHA for 28b82e9
common/src/lib.rs
@@ -2687,7 +2687,7 @@ pub enum ActionData {
2687
Value(Box<str>),
2688
NumericValue(f64),
2689
ScrollUnit(ScrollUnit),
2690
- /// Optional suggestion for [`ActionData::ScrollIntoView`], specifying
+ /// Optional suggestion for [`Action::ScrollIntoView`], specifying
2691
/// the preferred position of the target node relative to the scrollable
2692
/// container's viewport.
2693
ScrollHint(ScrollHint),
0 commit comments