MCPcopy Create free account

hub / github.com/bep/gr / functions

Functions1,359 in github.com/bep/gr

FunctionDescription
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
FunctionDescriptionList
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
FunctionDetails
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
FunctionDeviceLight
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
FunctionDeviceMotion
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
FunctionDeviceOrientation
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
FunctionDeviceProximity
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
FunctionDialog
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
FunctionDir
Dir creates an HTML attribute for 'dir'.
attr/htmlattributes.autogen.go:216
FunctionDisabled
Disabled creates an HTML attribute for 'disabled'.
attr/htmlattributes.autogen.go:221
FunctionDischargingTimeChange
DischargingTimeChange gets notified when the dischargingTime attribute has been updated. https://developer.mozilla.org/docs/Web/Events/dischargingtim
evt/event.autogen.go:258
FunctionDiv
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
FunctionDoubleClick
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
FunctionDownload
Download creates an HTML attribute for 'download'.
attr/htmlattributes.autogen.go:226
FunctionDownloading
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
FunctionDrag
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
FunctionDragEnd
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
FunctionDragEnter
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
FunctionDragLeave
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
FunctionDragOver
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
FunctionDragStart
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
FunctionDraggable
Draggable creates an HTML attribute for 'draggable'.
attr/htmlattributes.autogen.go:231
FunctionDrop
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
FunctionDurationChange
DurationChange gets notified when the duration attribute has been updated. https://developer.mozilla.org/docs/Web/Events/durationchange
evt/event.autogen.go:328
FunctionElement
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
FunctionEmbed
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
FunctionEmphasis
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
FunctionEmptied
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
FunctionEncType
EncType creates an HTML attribute for 'encType'.
attr/htmlattributes.autogen.go:236
FunctionEnd
End gets notified when the utterance has finished being spoken. https://developer.mozilla.org/docs/Web/Events/end_(SpeechSynthesis)
evt/event.autogen.go:342
FunctionEndEvent
EndEvent gets notified when a SMIL animation element ends. https://developer.mozilla.org/docs/Web/Events/endEvent
evt/event.autogen.go:349
FunctionEnded
Ended gets notified when (no documentation) https://developer.mozilla.org/docs/Web/Events/ended_(Web_Audio)
evt/event.autogen.go:356
FunctionEqual
Equal is a test assertion used to check equality.
tests/grt/test_helpers.go:17
FunctionError
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
FunctionExample
Example is a wrapper for the examples
examples/helpers.go:14
FunctionExport
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
FunctionFieldSet
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
FunctionFigure
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
FunctionFigureCaption
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
FunctionFocus
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
FunctionFocusIn
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
FunctionFocusOut
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
FunctionFooter
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
FunctionForm
Form creates an HTML attribute for 'form'.
attr/htmlattributes.autogen.go:241
FunctionForm
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
FunctionFormAction
FormAction creates an HTML attribute for 'formAction'.
attr/htmlattributes.autogen.go:246
FunctionFormEncType
FormEncType creates an HTML attribute for 'formEncType'.
attr/htmlattributes.autogen.go:251
FunctionFormMethod
FormMethod creates an HTML attribute for 'formMethod'.
attr/htmlattributes.autogen.go:256
FunctionFormNoValidate
FormNoValidate creates an HTML attribute for 'formNoValidate'.
attr/htmlattributes.autogen.go:261
FunctionFormTarget
FormTarget creates an HTML attribute for 'formTarget'.
attr/htmlattributes.autogen.go:266
FunctionFrameBorder
FrameBorder creates an HTML attribute for 'frameBorder'.
attr/htmlattributes.autogen.go:271
FunctionFromGlobal
FromGlobal loads a React component from JavaScript's global object ("window" for browsers and "GLOBAL" for Node.js)
component.go:92
FunctionFullScreenChange
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
FunctionFullScreenError
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
FunctionGamepadConnected
GamepadConnected gets notified when a gamepad has been connected. https://developer.mozilla.org/docs/Web/Events/gamepadconnected
evt/event.autogen.go:405
FunctionGamepadDisconnected
GamepadDisconnected gets notified when a gamepad has been disconnected. https://developer.mozilla.org/docs/Web/Events/gamepaddisconnected
evt/event.autogen.go:412
MethodGetChildContext
()
tests/component_test.go:314
MethodGetChildContext
()
tests/component_test.go:389
MethodGetChildContext
Implements the ChildContext interface.
examples/lifecycle/main.go:65
MethodGetInitialState
()
tests/component_test.go:384
MethodGetInitialState
GetInitialState implements the StateInitializer interface.
examples/helpers.go:85
MethodGetInitialState
Implements the StateInitializer interface.
examples/lifecycle/main.go:59
MethodGetInitialState
Implements the StateInitializer interface.
examples/basic-click-counter/main.go:28
MethodGetInitialState
()
examples/debounce/main.go:56
MethodGetInitialState
Implements the StateInitializer interface.
examples/router/main.go:73
FunctionGlobal
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
FunctionGotPointerCapture
GotPointerCapture gets notified when element receives pointer capture. https://developer.mozilla.org/docs/Web/Events/gotpointercapture
evt/event.autogen.go:419
FunctionHRef
HRef creates an HTML attribute for 'href'.
attr/htmlattributes.autogen.go:296
FunctionHRefLang
HRefLang creates an HTML attribute for 'hrefLang'.
attr/htmlattributes.autogen.go:301
FunctionHTMLFor
HTMLFor creates an HTML attribute for 'htmlFor'.
attr/htmlattributes.autogen.go:306
FunctionHTTPEquiv
HTTPEquiv creates an HTML attribute for 'httpEquiv'.
attr/htmlattributes.autogen.go:311
MethodHasChanged
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
FunctionHashChange
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
FunctionHeader
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
FunctionHeader1
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
FunctionHeader2
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
FunctionHeader3
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
FunctionHeader4
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
FunctionHeader5
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
FunctionHeader6
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
FunctionHeaders
Headers creates an HTML attribute for 'headers'.
attr/htmlattributes.autogen.go:276
FunctionHeadingsGroup
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
FunctionHeight
Height creates an HTML attribute for 'height'.
attr/htmlattributes.autogen.go:281
FunctionHidden
Hidden creates an HTML attribute for 'hidden'.
attr/htmlattributes.autogen.go:286
FunctionHigh
High creates an HTML attribute for 'high'.
attr/htmlattributes.autogen.go:291
FunctionHorizontalRule
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
FunctionID
ID creates an HTML attribute for 'id'.
attr/htmlattributes.autogen.go:321
FunctionIcon
Icon creates an HTML attribute for 'icon'.
attr/htmlattributes.autogen.go:316
FunctionImage
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
FunctionInlineFrame
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
FunctionInlist
Inlist creates an HTML attribute for 'inlist'.
attr/htmlattributes.autogen.go:326
FunctionInput
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
FunctionInput
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
FunctionInputMode
InputMode creates an HTML attribute for 'inputMode'.
attr/htmlattributes.autogen.go:331
FunctionInsertedText
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
MethodInt
Int is a convenience method to get an Event attribute as an Int value, e.g. screenX.
event.go:51
MethodInt
Int is convenience method to lookup a int value from props.
this.go:182
FunctionIntegrity
Integrity creates an HTML attribute for 'integrity'.
attr/htmlattributes.autogen.go:336
MethodInterface
Interface is a convenience method to lookup an interface value from props.
this.go:174
FunctionInvalid
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
← previousnext →901–1,000 of 1,359, ranked by callers