cursor property
String
get
cursor
The MediaTrackSettings dictionary's cursor
property indicates
whether or not the cursor should be captured as part of the video track
included in the MediaStream returned by MediaDevices.getDisplayMedia.
Implementation
external String get cursor;
set
cursor
(String value)
Implementation
external set cursor(String value);