queryCommandEnabled method

bool queryCommandEnabled(
  1. String commandId
)

The Document.queryCommandEnabled() method reports whether or not the specified editor command is enabled by the browser.

Implementation

external bool queryCommandEnabled(String commandId);