Versions in this module Expand all Collapse all v0 v0.12.4 Nov 22, 2025 v0.12.3 Nov 18, 2025 v0.12.2 Nov 5, 2025 Changes in this version + func ConvertElemsToTransferElems(elems []RenderedElem) ([]VDomTransferElem, []VDomText) + type ModalConfig struct + CancelText string + Icon string + ModalId string + ModalType string + OkText string + Text string + Title string + type ModalResult struct + Confirm bool + ModalId string + type RenderedElem struct + Children []RenderedElem + Props map[string]any + Tag string + Text string + WaveId string + type VDomBackendOpts struct + FaviconPath string + GlobalKeyboardEvents bool + ShortDesc string + Title string + type VDomBackendUpdate struct + FullUpdate bool + HasWork bool + Messages []VDomMessage + Opts *VDomBackendOpts + RefOperations []vdom.VDomRefOperation + RenderUpdates []VDomRenderUpdate + ServerId string + TransferElems []VDomTransferElem + TransferText []VDomText + Ts int64 + Type string + func (beUpdate *VDomBackendUpdate) CreateTransferElems() + type VDomFrontendUpdate struct + ClientId string + CorrelationId string + Dispose bool + Events []vdom.VDomEvent + ForceTakeover bool + Messages []VDomMessage + Reason string + RefUpdates []VDomRefUpdate + RenderContext VDomRenderContext + Resync bool + Ts int64 + Type string + type VDomMessage struct + Message string + MessageType string + Params []any + StackTrace string + type VDomRefUpdate struct + HasCurrent bool + Position *vdom.VDomRefPosition + RefId string + type VDomRenderContext struct + Background bool + Focused bool + Height int + RootRefId string + Width int + type VDomRenderUpdate struct + Index *int + UpdateType string + VDom *RenderedElem + VDomWaveId string + WaveId string + type VDomText struct + Id int + Text string + type VDomTransferElem struct + Children []string + Props map[string]any + Tag string + Text string + WaveId string + func DedupTransferElems(elems []VDomTransferElem) []VDomTransferElem + type VDomUrlRequestResponse struct + Body []byte + Headers map[string]string + StatusCode int