Documentation ¶ Index ¶ type Event Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Event ¶ added in v0.1.6 type Event struct { Type *string `json:"type,omitempty"` Target *string `json:"target,omitempty"` Detail any `json:"detail,omitempty"` // Private fields ID string `json:"-"` State eventstate.Type `json:"-"` } Source Files ¶ View all Source files dom.go Click to show internal directories. Click to hide internal directories.