files/en-us/web/api/mediatracksettings/cursor/index.md
{{APIRef("Media Capture and Streams")}}
The {{domxref("MediaTrackSettings")}} dictionary's cursor property indicates whether or not the cursor should be captured as part of the video track included in the {{domxref("MediaStream")}} returned by {{domxref("MediaDevices.getDisplayMedia", "getDisplayMedia()")}}.
The value of cursor comes from the CursorCaptureConstraint enumerated string type, and may have one of the following values:
always
motion
never
{{Specifications}}
{{Compat}}