canInvoke method

bool canInvoke(
  1. EditorActionId id
)

Implementation

bool canInvoke(EditorActionId id) => actions.containsKey(id);