dart / 2 / dart-html / document / execcommand.html

execCommand method

bool execCommand(
  1. String commandId,
  2. [bool? showUI,
  3. String? value]
)

Implementation

bool execCommand(String commandId, [bool? showUI, String? value]) native;

© 2012 the Dart project authors
Licensed under the BSD 3-Clause "New" or "Revised" License.
https://api.dart.dev/stable/2.18.5/dart-html/Document/execCommand.html