Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Module ¶
type Module struct {
// contains filtered or unexported fields
}
func (*Module) Register ¶
register module function in the VM setOpenHandler must be called with a callback the callback that is passed to `setMessageRenderer` should accept two parameters:
- The "data" will hold the data (object) passed into the open call (will e.g. hold the message and the context)
- The "callback" should be can be called with two parameters:
- an error
- the rendered layout
Click to show internal directories.
Click to hide internal directories.