Documentation ¶ Index ¶ Variables func Alert(message string) app.EventHandler func ConsoleLog(args ...interface{}) func QuerySelector(query string) (app.Value, error) func S(elem app.UI) []app.UI func ToAppUI(elem ...UI) (appUI []app.UI) func Wrap(ui app.UI) app.UI type UI func W(elem app.UI) UI Constants ¶ This section is empty. Variables ¶ View Source var ErrNotFound = fmt.Errorf("query did not find element") Functions ¶ func Alert ¶ func Alert(message string) app.EventHandler func ConsoleLog ¶ added in v0.0.7 func ConsoleLog(args ...interface{}) func QuerySelector ¶ added in v0.0.5 func QuerySelector(query string) (app.Value, error) func S ¶ func S(elem app.UI) []app.UI func ToAppUI ¶ func ToAppUI(elem ...UI) (appUI []app.UI) func Wrap ¶ added in v0.0.5 func Wrap(ui app.UI) app.UI Types ¶ type UI ¶ type UI interface { UI() app.UI } func W ¶ added in v0.0.7 func W(elem app.UI) UI Source Files ¶ View all Source files alert.godom.goui.gowrapper.go Click to show internal directories. Click to hide internal directories.