Documentation
¶
Index ¶
- type Dom
- func (d Dom) ActionExecutedLater()
- func (d *Dom) AddModules(modules ...*model.Module)
- func (d Dom) BuildUI()
- func (d Dom) ClickModule(module string)
- func (Dom) GetHtmlModule(module_name string) (*js.Value, error)
- func (d *Dom) GetObjectByName(name_to_search string) (*model.Object, error)
- func (d Dom) InsertAfterBegin(vHandlers ...model.ViewHandler)
- func (d Dom) InsertBeforeEnd(vHandlers ...model.ViewHandler)
- func (d Dom) Log(message ...any)
- func (d Dom) UserMessage(text string, options ...string)
- type HtmlElement
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dom ¶
type Dom struct {
// contains filtered or unexported fields
}
func New ¶
func New(h *model.ModuleHandlers) *Dom
func (Dom) ActionExecutedLater ¶ added in v0.0.13
func (d Dom) ActionExecutedLater()
func (*Dom) AddModules ¶ added in v0.0.10
func (Dom) ClickModule ¶
func (Dom) GetHtmlModule ¶ added in v0.0.15
func (*Dom) GetObjectByName ¶ added in v0.0.15
func (Dom) InsertAfterBegin ¶ added in v0.0.14
func (d Dom) InsertAfterBegin(vHandlers ...model.ViewHandler)
func (Dom) InsertBeforeEnd ¶ added in v0.0.14
func (d Dom) InsertBeforeEnd(vHandlers ...model.ViewHandler)
func (Dom) UserMessage ¶ added in v0.0.13
Click to show internal directories.
Click to hide internal directories.