Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PalmStoneGames/polymer
/ types & classes
Types & classes
46 in github.com/PalmStoneGames/polymer
⨍
Functions
1,412
◇
Types & classes
46
↓ 2 callers
TypeAlias
CustomTime
Note: This example is not idiomatic the polymer lib provides a polymer.Time type that already decodes and encodes to the correct format This example i
examples/encode-decode-custom/main.go:19
↓ 1 callers
TypeAlias
DateTimeLocal
DateTimeLocal is a time.Time that properly encodes and decodes to the format expected datetime-local input fields The format is as follows, as per the
js.go:31
Struct
Account
examples/notify-nested-empty-struct/main.go:13
Struct
AdminData
examples/notify-nested/main.go:20
Struct
AsyncHandle
js.go:33
Struct
AutoBindGoTemplate
dom-bind.go:28
Interface
BindInterface
dom-bind.go:11
Struct
BindProto
dom-bind.go:16
Struct
CustomRegistrationAttr
CustomRegistrationAttrs can be used to pass custom attributes to the generated javascript prototype
register.go:40
Struct
Data
examples/template-dom-bind/main.go:11
Struct
DataContainer
examples/custom-event/main.go:45
Struct
DataContainer
examples/notify-nested-empty-struct/main.go:18
Struct
DataContainer
examples/notify-nested/main.go:13
Interface
Decoder
decode.go:32
Struct
ElOne
examples/databind-nested/main.go:12
Struct
ElTwo
examples/databind-nested/main.go:18
Interface
Element
dom.go:223
Struct
ElementDefinition
register.go:45
Interface
Encoder
encode.go:14
Struct
Event
event.go:25
Struct
EventSubscription
dom.go:332
Struct
FancyInput
examples/dom-iterate/main.go:12
Struct
FancySquare
examples/register-go-event-callback/main.go:12
Struct
FancySquare
examples/register-go-event-chan/main.go:12
Struct
InputList
examples/dom-iterate/main.go:17
Interface
Interface
Interface represents the interface implemented by all type prototypes Any type implementing this interface can be registered with polymer.Register() M
proto.go:29
Struct
MouseEvent
event.go:47
Struct
NameTag
examples/databind-event-channel/main.go:14
Struct
NameTag
examples/databind-event-callback/main.go:14
Struct
ObservationInfo
ObservationInfo is the structure used to hand data to ObserveNodes callbacks
dom.go:369
Struct
Observer
Observer is the structure used to track an observation using ObserveNodes/UnobserveNodes
dom.go:376
Struct
ParentContainer
examples/custom-event/main.go:14
Struct
PropertyChangedEvent
event.go:42
Struct
Proto
Proto represents a prototype for a polymer type it's meant to be embedded by the structures used to implements polymer tags
proto.go:58
Struct
TableLayout
examples/dom-append/main.go:13
Struct
TestStruct
examples/databind-struct/main.go:19
Struct
TimeEdit
examples/encode-decode-custom/main.go:35
Struct
Timer
examples/databind-struct/main.go:13
Struct
Timer
examples/notify/main.go:13
Struct
Timer
examples/computed-property/main.go:13
Struct
UserData
examples/notify-nested/main.go:25
Interface
Window
dom.go:150
Struct
WrappedElement
dom.go:29
Struct
autoBindTemplate
autoBind is a port of the polymer auto-bind template to go, so we can bind our own observers to it Original source: https://github.com/Polymer/polymer
dom-bind.go:94
Struct
document
dom.go:182
Struct
window
dom.go:161