Vertaling van "objet params" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Les données ont été transmis de la nouvelle méthode pour créer en utilisant l'objet params.
The data was passed from the new method to create using the params object.
L'objet params est un conteneur qui permet de transmettre des valeurs entre les appels de méthode.
The params object is a container that enables you to pass values between method calls.
Le dernier paramètre est l'identifiant du livre qui est passé par l'objet params.
The final parameter is the id of the book that is passed via the params object.
Par exemple, lorsque vous êtes sur la page appelée par la méthode de la liste, vous pouvez cliquer sur un lien pour un livre spécifique, et il passe l'identifiant de ce livre via l'objet params afin que show peut trouver le livre spécifique.
For example, when you're on the page called by the list method, you can click a link for a specific book, and it passes the id of that book via the params object so that show can find the specific book.
Le hitType, l'objet event et l'objet params.
The hitType, the event object and the params object.