# File lib_wpm/wpm.rb, line 1676
    def mapped(attr_map)
      @page = attr_map['page'] or raise PropertyError, "required `page' attribute at #{widget_id.inspect}"
      @params = Array.new
      nil
    end