This will be sent to the client and passed to a handler in ggvis.messages on
the client side. The handler is specified by type
.
ggvis_message(session, type, data = NULL, id = NULL)
A session object.
A string representing the type of the message.
An object (typically a list) containing information for the client.
A unique identifier for ggvis message handler (optional).