ref: ea391fd0eead3ce2ccbfe6594dfc9cf1c6e02b92 dir: /domino/jsfcall/jsfcall.go/
package jsfcall const ( _ = iota Rerror Tinit Rinit Tclick Rclick Tquery Rquery ) type Msg struct { Type uint8 Error string Changed bool Html string }