Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bep/gr
/ functions
Functions
1,359 in github.com/bep/gr
⨍
Functions
1,359
◇
Types & classes
66
Function
Description
Description — The HTML <dd> element (HTML Description Element) indicates the description of a term in a description list (<dl>) element. This element
el/elements.autogen.go:211
Function
DescriptionList
DescriptionList — The HTML <dl> element (or HTML Description List Element) encloses a list of pairs of terms and descriptions. Common uses for this el
el/elements.autogen.go:265
Function
Details
Details — The HTML Details Element (<details>) is used as a disclosure widget from which the user can retrieve additional information. https://develo
el/elements.autogen.go:229
Function
DeviceLight
DeviceLight gets notified when fresh data is available from a light sensor. https://developer.mozilla.org/docs/Web/Events/devicelight
evt/event.autogen.go:230
Function
DeviceMotion
DeviceMotion gets notified when fresh data is available from a motion sensor. https://developer.mozilla.org/docs/Web/Events/devicemotion
evt/event.autogen.go:237
Function
DeviceOrientation
DeviceOrientation gets notified when fresh data is available from an orientation sensor. https://developer.mozilla.org/docs/Web/Events/deviceorientat
evt/event.autogen.go:244
Function
DeviceProximity
DeviceProximity gets notified when fresh data is available from a proximity sensor (indicates an approximated distance between the device and a nearby
evt/event.autogen.go:251
Function
Dialog
Dialog — The HTML <dialog> element represents a dialog box or other interactive component, such as an inspector or window. <form> elements can be inte
el/elements.autogen.go:247
Function
Dir
Dir creates an HTML attribute for 'dir'.
attr/htmlattributes.autogen.go:216
Function
Disabled
Disabled creates an HTML attribute for 'disabled'.
attr/htmlattributes.autogen.go:221
Function
DischargingTimeChange
DischargingTimeChange gets notified when the dischargingTime attribute has been updated. https://developer.mozilla.org/docs/Web/Events/dischargingtim
evt/event.autogen.go:258
Function
Div
Div — The HTML <div> element (or HTML Document Division Element) is the generic container for flow content, which does not inherently represent anythi
el/elements.autogen.go:256
Function
DoubleClick
DoubleClick gets notified when a pointing device button is clicked twice on an element. https://developer.mozilla.org/docs/Web/Events/dblclick
evt/event.autogen.go:265
Function
Download
Download creates an HTML attribute for 'download'.
attr/htmlattributes.autogen.go:226
Function
Downloading
Downloading gets notified when the user agent has found an update and is fetching it, or is downloading the resources listed by the cache manifest for
evt/event.autogen.go:272
Function
Drag
Drag gets notified when an element or text selection is being dragged (every 350ms). https://developer.mozilla.org/docs/Web/Events/drag
evt/event.autogen.go:279
Function
DragEnd
DragEnd gets notified when a drag operation is being ended (by releasing a mouse button or hitting the escape key). https://developer.mozilla.org/doc
evt/event.autogen.go:286
Function
DragEnter
DragEnter gets notified when a dragged element or text selection enters a valid drop target. https://developer.mozilla.org/docs/Web/Events/dragenter
evt/event.autogen.go:293
Function
DragLeave
DragLeave gets notified when a dragged element or text selection leaves a valid drop target. https://developer.mozilla.org/docs/Web/Events/dragleave
evt/event.autogen.go:300
Function
DragOver
DragOver gets notified when an element or text selection is being dragged over a valid drop target (every 350ms). https://developer.mozilla.org/docs/
evt/event.autogen.go:307
Function
DragStart
DragStart gets notified when the user starts dragging an element or text selection. https://developer.mozilla.org/docs/Web/Events/dragstart
evt/event.autogen.go:314
Function
Draggable
Draggable creates an HTML attribute for 'draggable'.
attr/htmlattributes.autogen.go:231
Function
Drop
Drop gets notified when an element is dropped on a valid drop target. https://developer.mozilla.org/docs/Web/Events/drop
evt/event.autogen.go:321
Function
DurationChange
DurationChange gets notified when the duration attribute has been updated. https://developer.mozilla.org/docs/Web/Events/durationchange
evt/event.autogen.go:328
Function
Element
Element — The HTML <element> element is used to define new custom DOM elements. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/element
el/elements.autogen.go:283
Function
Embed
Embed — The HTML <embed> Element represents an integration point for an external application or interactive content (in other words, a plug-in). http
el/elements.autogen.go:301
Function
Emphasis
Emphasis — The HTML element emphasis <em> marks text that has stress emphasis. The <em> element can be nested, with each level of nesting indicating
el/elements.autogen.go:292
Function
Emptied
Emptied gets notified when the media has become empty; for example, this event is sent if the media has already been loaded (or partially loaded), and
evt/event.autogen.go:335
Function
EncType
EncType creates an HTML attribute for 'encType'.
attr/htmlattributes.autogen.go:236
Function
End
End gets notified when the utterance has finished being spoken. https://developer.mozilla.org/docs/Web/Events/end_(SpeechSynthesis)
evt/event.autogen.go:342
Function
EndEvent
EndEvent gets notified when a SMIL animation element ends. https://developer.mozilla.org/docs/Web/Events/endEvent
evt/event.autogen.go:349
Function
Ended
Ended gets notified when (no documentation) https://developer.mozilla.org/docs/Web/Events/ended_(Web_Audio)
evt/event.autogen.go:356
Function
Equal
Equal is a test assertion used to check equality.
tests/grt/test_helpers.go:17
Function
Error
Error gets notified when an error occurs that prevents the utterance from being successfully spoken. https://developer.mozilla.org/docs/Web/Events/er
evt/event.autogen.go:363
Function
Example
Example is a wrapper for the examples
examples/helpers.go:14
Function
Export
Export is an option used to mark that the component should be exported to the JavaScript world as a Node.js module export.
component.go:147
Function
FieldSet
FieldSet — The HTML <fieldset> element is used to group several controls as well as labels (<label>) within a web form. https://developer.mozilla.org
el/elements.autogen.go:310
Function
Figure
Figure — The HTML <figure> element represents self-contained content, frequently with a caption (<figcaption>), and is typically referenced as a singl
el/elements.autogen.go:328
Function
FigureCaption
FigureCaption — The HTML <figcaption> element represents a caption or a legend associated with a figure or an illustration described by the rest of th
el/elements.autogen.go:319
Function
Focus
Focus gets notified when an element has received focus (does not bubble). https://developer.mozilla.org/docs/Web/Events/focus
evt/event.autogen.go:370
Function
FocusIn
FocusIn gets notified when an element is about to receive focus (bubbles). https://developer.mozilla.org/docs/Web/Events/focusin
evt/event.autogen.go:377
Function
FocusOut
FocusOut gets notified when an element is about to lose focus (bubbles). https://developer.mozilla.org/docs/Web/Events/focusout
evt/event.autogen.go:384
Function
Footer
Footer — The HTML <footer> element represents a footer for its nearest sectioning content or sectioning root element. A footer typically contains info
el/elements.autogen.go:337
Function
Form
Form creates an HTML attribute for 'form'.
attr/htmlattributes.autogen.go:241
Function
Form
Form — The HTML <form> element represents a document section that contains interactive controls to submit information to a web server. https://develo
el/elements.autogen.go:346
Function
FormAction
FormAction creates an HTML attribute for 'formAction'.
attr/htmlattributes.autogen.go:246
Function
FormEncType
FormEncType creates an HTML attribute for 'formEncType'.
attr/htmlattributes.autogen.go:251
Function
FormMethod
FormMethod creates an HTML attribute for 'formMethod'.
attr/htmlattributes.autogen.go:256
Function
FormNoValidate
FormNoValidate creates an HTML attribute for 'formNoValidate'.
attr/htmlattributes.autogen.go:261
Function
FormTarget
FormTarget creates an HTML attribute for 'formTarget'.
attr/htmlattributes.autogen.go:266
Function
FrameBorder
FrameBorder creates an HTML attribute for 'frameBorder'.
attr/htmlattributes.autogen.go:271
Function
FromGlobal
FromGlobal loads a React component from JavaScript's global object ("window" for browsers and "GLOBAL" for Node.js)
component.go:92
Function
FullScreenChange
FullScreenChange gets notified when an element was turned to fullscreen mode or back to normal mode. https://developer.mozilla.org/docs/Web/Events/fu
evt/event.autogen.go:391
Function
FullScreenError
FullScreenError gets notified when it was impossible to switch to fullscreen mode for technical reasons or because the permission was denied. https:/
evt/event.autogen.go:398
Function
GamepadConnected
GamepadConnected gets notified when a gamepad has been connected. https://developer.mozilla.org/docs/Web/Events/gamepadconnected
evt/event.autogen.go:405
Function
GamepadDisconnected
GamepadDisconnected gets notified when a gamepad has been disconnected. https://developer.mozilla.org/docs/Web/Events/gamepaddisconnected
evt/event.autogen.go:412
Method
GetChildContext
()
tests/component_test.go:314
Method
GetChildContext
()
tests/component_test.go:389
Method
GetChildContext
Implements the ChildContext interface.
examples/lifecycle/main.go:65
Method
GetInitialState
()
tests/component_test.go:384
Method
GetInitialState
GetInitialState implements the StateInitializer interface.
examples/helpers.go:85
Method
GetInitialState
Implements the StateInitializer interface.
examples/lifecycle/main.go:59
Method
GetInitialState
Implements the StateInitializer interface.
examples/basic-click-counter/main.go:28
Method
GetInitialState
()
examples/debounce/main.go:56
Method
GetInitialState
Implements the StateInitializer interface.
examples/router/main.go:73
Function
Global
Global is an option used to mark that the component should be exported to the JavaScript world as a global with the given name.
component.go:159
Function
GotPointerCapture
GotPointerCapture gets notified when element receives pointer capture. https://developer.mozilla.org/docs/Web/Events/gotpointercapture
evt/event.autogen.go:419
Function
HRef
HRef creates an HTML attribute for 'href'.
attr/htmlattributes.autogen.go:296
Function
HRefLang
HRefLang creates an HTML attribute for 'hrefLang'.
attr/htmlattributes.autogen.go:301
Function
HTMLFor
HTMLFor creates an HTML attribute for 'htmlFor'.
attr/htmlattributes.autogen.go:306
Function
HTTPEquiv
HTTPEquiv creates an HTML attribute for 'httpEquiv'.
attr/htmlattributes.autogen.go:311
Method
HasChanged
HasChanged reports whether the value of the state with any of the given keys has changed. Note: This does only reference checking, so no deep equality
this.go:236
Function
HashChange
HashChange gets notified when the fragment identifier of the URL has changed (the part of the URL after the #). https://developer.mozilla.org/docs/We
evt/event.autogen.go:426
Function
Header
Header — The HTML <header> element represents a group of introductory or navigational aids. It may contain some heading elements but also other elemen
el/elements.autogen.go:355
Function
Header1
Header1 — Heading elements implement six levels of document headings, <h1> is the most important and <h6> is the least. A heading element briefly desc
el/elements.autogen.go:985
Function
Header2
Header2 — Heading elements implement six levels of document headings, <h1> is the most important and <h6> is the least. A heading element briefly desc
el/elements.autogen.go:994
Function
Header3
Header3 — Heading elements implement six levels of document headings, <h1> is the most important and <h6> is the least. A heading element briefly desc
el/elements.autogen.go:1003
Function
Header4
Header4 — Heading elements implement six levels of document headings, <h1> is the most important and <h6> is the least. A heading element briefly desc
el/elements.autogen.go:1012
Function
Header5
Header5 — Heading elements implement six levels of document headings, <h1> is the most important and <h6> is the least. A heading element briefly desc
el/elements.autogen.go:1021
Function
Header6
Header6 — Heading elements implement six levels of document headings, <h1> is the most important and <h6> is the least. A heading element briefly desc
el/elements.autogen.go:1030
Function
Headers
Headers creates an HTML attribute for 'headers'.
attr/htmlattributes.autogen.go:276
Function
HeadingsGroup
HeadingsGroup — The HTML <hgroup> Element (HTML Headings Group Element) represents the heading of a section. It defines a single title that participat
el/elements.autogen.go:364
Function
Height
Height creates an HTML attribute for 'height'.
attr/htmlattributes.autogen.go:281
Function
Hidden
Hidden creates an HTML attribute for 'hidden'.
attr/htmlattributes.autogen.go:286
Function
High
High creates an HTML attribute for 'high'.
attr/htmlattributes.autogen.go:291
Function
HorizontalRule
HorizontalRule — The HTML <hr> element represents a thematic break between paragraph-level elements (for example, a change of scene in a story, or a s
el/elements.autogen.go:373
Function
ID
ID creates an HTML attribute for 'id'.
attr/htmlattributes.autogen.go:321
Function
Icon
Icon creates an HTML attribute for 'icon'.
attr/htmlattributes.autogen.go:316
Function
Image
Image — The HTML <img> element represents an image in the document. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img
el/elements.autogen.go:400
Function
InlineFrame
InlineFrame — The HTML Inline Frame Element (<iframe>) represents a nested browsing context, effectively embedding another HTML page into the current
el/elements.autogen.go:391
Function
Inlist
Inlist creates an HTML attribute for 'inlist'.
attr/htmlattributes.autogen.go:326
Function
Input
Input gets notified when the value of an element changes or the content of an element with the attribute contenteditable is modified. https://develop
evt/event.autogen.go:433
Function
Input
Input — The HTML element <input> is used to create interactive controls for web-based forms in order to accept data from the user. How an <input> work
el/elements.autogen.go:409
Function
InputMode
InputMode creates an HTML attribute for 'inputMode'.
attr/htmlattributes.autogen.go:331
Function
InsertedText
InsertedText — The HTML <ins> Element (or HTML Inserted Text) HTML represents a range of text that has been added to a document. https://developer.mo
el/elements.autogen.go:418
Method
Int
Int is a convenience method to get an Event attribute as an Int value, e.g. screenX.
event.go:51
Method
Int
Int is convenience method to lookup a int value from props.
this.go:182
Function
Integrity
Integrity creates an HTML attribute for 'integrity'.
attr/htmlattributes.autogen.go:336
Method
Interface
Interface is a convenience method to lookup an interface value from props.
this.go:174
Function
Invalid
Invalid gets notified when a submittable element has been checked and doesn't satisfy its constraints. https://developer.mozilla.org/docs/Web/Events/
evt/event.autogen.go:440
← previous
next →
901–1,000 of 1,359, ranked by callers