Documentation ¶ Index ¶ func Node(ctx *Context, node dom.ElementNode) type Context func NewContext(ctx core.DrawCtx, jsvm *goja.Runtime) *Context type DomRenderFn Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Node ¶ func Node(ctx *Context, node dom.ElementNode) Types ¶ type Context ¶ type Context struct { Draw core.DrawCtx JS *goja.Runtime Stack *style.Stack } func NewContext ¶ func NewContext(ctx core.DrawCtx, jsvm *goja.Runtime) *Context type DomRenderFn ¶ type DomRenderFn func(ctx *Context, node dom.ElementNode) Source Files ¶ View all Source files button.go children.go dom.go parser.go window.go windowflags.go Click to show internal directories. Click to hide internal directories.