# File lib_wpm/wpm.rb, line 1486
    def check_mapping
      if (@condition == nil) then
        raise PropertyError, "required `condition' property at #{widget_id.inspect}"
      end
      nil
    end