Skip to main content

SelectionCount

Function SelectionCount 

Source
pub fn SelectionCount<K: Clone + PartialEq + 'static>(
    _: SelectionCountProps<K>,
) -> Element
Expand description

A “N items” badge for the drag ghost. Render inside DragOverlay::<Vec<K>>; shows the size of the payload being dragged.

§Props

For details, see the props struct definition.

  • phantom : std::marker::PhantomData<K>

    Internal marker; never set this.