pub fn ExternalDragSource(_: ExternalDragSourceProps) -> ElementExpand description
Makes its children draggable out of the app, populating the native
DataTransfer on drag start.
§Props
For details, see the props struct definition.
content:OutboundContentThe content written to the drag’s
DataTransfer.effect:DropEffectEffect advertised to the receiving application. Defaults to
Copy, which is what outbound drags almost always mean.disabled:boolDisable without unmounting.
attributes:Vec<Attribute>children:Element