Modifiers Are Active

Returns a boolean indicating whether there is any active modifiers.

Syntax

function getModifiersActive(state) {
  return !state.command.activeModifiers.isEmpty();
}