Name of this parameter.
Type of the value of the callback parameter. Please note that it will be converted to string before it is passed to the server.
The name of the parameter to pass to the server.
The value of the parameter to pass to the server.
Generated using TypeDoc
Describes a server callback parameter for an AJAX call. For example, when you call a
<p:remoteCommand name="myCommand" />
from the client, you may pass additional parameters to the backing bean like this:In the backing bean, you can access this parameter like this: