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
Is
Is creates an HTML attribute for 'is'.
attr/htmlattributes.autogen.go:341
Function
Italic
Italic — The HTML <i> Element represents a range of text that is set off from the normal text for some reason, for example, technical terms, foreign l
el/elements.autogen.go:382
Function
ItemProp
ItemProp creates an HTML attribute for 'itemProp'.
attr/htmlattributes.autogen.go:346
Function
Key
Key adds an optional, unique identifier. When your component shuffles around during render passes, it might be destroyed and recreated due to the diff
attr/htmlattributes.autogen.go:354
Function
KeyDown
KeyDown gets notified when a key is pressed down. https://developer.mozilla.org/docs/Web/Events/keydown
evt/event.autogen.go:447
Function
KeyParams
KeyParams creates an HTML attribute for 'keyParams'.
attr/htmlattributes.autogen.go:359
Function
KeyPress
KeyPress gets notified when a key is pressed down and that key normally produces a character value (use input instead). https://developer.mozilla.org
evt/event.autogen.go:454
Function
KeyType
KeyType creates an HTML attribute for 'keyType'.
attr/htmlattributes.autogen.go:364
Function
KeyUp
KeyUp gets notified when a key is released. https://developer.mozilla.org/docs/Web/Events/keyup
evt/event.autogen.go:461
Function
KeyboardInput
KeyboardInput — The HTML Keyboard Input Element (<kbd>) represents user input and produces an inline element displayed in the browser's default monosp
el/elements.autogen.go:427
Function
Kind
Kind creates an HTML attribute for 'kind'.
attr/htmlattributes.autogen.go:369
Function
Label
Label creates an HTML attribute for 'label'.
attr/htmlattributes.autogen.go:374
Function
Label
Label — The HTML Label Element (<label>) represents a caption for an item in a user interface. It can be associated with a control either by placing t
el/elements.autogen.go:436
Function
Lang
Lang creates an HTML attribute for 'lang'.
attr/htmlattributes.autogen.go:379
Function
LanguageChange
LanguageChange gets notified when (no documentation) https://developer.mozilla.org/docs/Web/Events/languagechange
evt/event.autogen.go:468
Function
Legend
Legend — The HTML <legend> Element (or HTML Legend Field Element) represents a caption for the content of its parent <fieldset>. https://developer.mo
el/elements.autogen.go:445
Function
LevelChange
LevelChange gets notified when the level attribute has been updated. https://developer.mozilla.org/docs/Web/Events/levelchange
evt/event.autogen.go:475
Function
Link
Link — The HTML <link> element specifies relationships between the current document and an external resource. Possible uses for this element include d
el/elements.autogen.go:463
Function
List
List creates an HTML attribute for 'list'.
attr/htmlattributes.autogen.go:384
Function
ListItem
ListItem — The HTML <li> element (or HTML List Item Element) is used to represent an item in a list. It must be contained in a parent element: an orde
el/elements.autogen.go:454
Function
Load
Load gets notified when progression has been successful. https://developer.mozilla.org/docs/Web/Reference/Events/load_(ProgressEvent)
evt/event.autogen.go:482
Function
LoadEnd
LoadEnd gets notified when progress has stopped (after "error", "abort" or "load" have been dispatched). https://developer.mozilla.org/docs/Web/Event
evt/event.autogen.go:489
Function
LoadStart
LoadStart gets notified when progress has begun. https://developer.mozilla.org/docs/Web/Events/loadstart
evt/event.autogen.go:496
Function
LoadedData
LoadedData gets notified when the first frame of the media has finished loading. https://developer.mozilla.org/docs/Web/Events/loadeddata
evt/event.autogen.go:503
Function
LoadedMetadata
LoadedMetadata gets notified when the metadata has been loaded. https://developer.mozilla.org/docs/Web/Events/loadedmetadata
evt/event.autogen.go:510
Function
Location
Location returns info about the current browser location.
helpers.go:114
Function
Loop
Loop creates an HTML attribute for 'loop'.
attr/htmlattributes.autogen.go:389
Function
LostPointerCapture
LostPointerCapture gets notified when element lost pointer capture. https://developer.mozilla.org/docs/Web/Events/lostpointercapture
evt/event.autogen.go:517
Function
Low
Low creates an HTML attribute for 'low'.
attr/htmlattributes.autogen.go:394
Function
Main
Main — The HTML <main> element represents the main content of the <body> of a document or application. The main content area consists of content that
el/elements.autogen.go:472
Function
Manifest
Manifest creates an HTML attribute for 'manifest'.
attr/htmlattributes.autogen.go:399
Function
Map
Map — The HTML <map> element is used with <area> elements to define an image map (a clickable link area). https://developer.mozilla.org/en-US/docs/We
el/elements.autogen.go:481
Function
MarginHeight
MarginHeight creates an HTML attribute for 'marginHeight'.
attr/htmlattributes.autogen.go:404
Function
MarginWidth
MarginWidth creates an HTML attribute for 'marginWidth'.
attr/htmlattributes.autogen.go:409
Function
Mark
Mark gets notified when the spoken utterance reaches a named SSML "mark" tag. https://developer.mozilla.org/docs/Web/Events/mark
evt/event.autogen.go:524
Function
Mark
Mark — The HTML Mark Element (<mark>) represents highlighted text, i.e., a run of text marked for reference purpose, due to its relevance in a particu
el/elements.autogen.go:490
Function
Max
Max creates an HTML attribute for 'max'.
attr/htmlattributes.autogen.go:414
Function
MaxLength
MaxLength creates an HTML attribute for 'maxLength'.
attr/htmlattributes.autogen.go:419
Function
Media
Media creates an HTML attribute for 'media'.
attr/htmlattributes.autogen.go:424
Function
MediaGroup
MediaGroup creates an HTML attribute for 'mediaGroup'.
attr/htmlattributes.autogen.go:429
Function
Menu
Menu — The HTML <menu> element represents a group of commands that a user can perform or activate. This includes both list menus, which might appear a
el/elements.autogen.go:499
Function
MenuItem
MenuItem — The HTML <menuitem> element represents a command that a user is able to invoke through a popup menu. This includes context menus, as well a
el/elements.autogen.go:508
Function
Message
Message gets notified when a message is received from a service worker, or a message is received in a service worker from another context. https://de
evt/event.autogen.go:531
Function
Meta
Meta — The HTML <meta> element represents any metadata information that cannot be represented by one of the other HTML meta-related elements (<base>,
el/elements.autogen.go:517
Function
Meter
Meter — The HTML <meter> Element represents either a scalar value within a known range or a fractional value. https://developer.mozilla.org/en-US/doc
el/elements.autogen.go:526
Function
Method
Method creates an HTML attribute for 'method'.
attr/htmlattributes.autogen.go:434
Function
Min
Min creates an HTML attribute for 'min'.
attr/htmlattributes.autogen.go:439
Function
MinLength
MinLength creates an HTML attribute for 'minLength'.
attr/htmlattributes.autogen.go:444
Method
Modify
Modify implements the Modifier interface.
event.go:91
Method
Modify
Modify implements the Modifier interface.
modifiers.go:35
Method
Modify
Modify implements the Modifier interface.
modifiers.go:70
Method
Modify
Modify implements the Modifier interface.
modifiers.go:86
Method
Modify
Modify implements the Modifier interface with a no-op.
modifiers.go:103
Method
Modify
Modify implements the Modifier interface.
modifiers.go:111
Method
Modify
(element *Element)
modifiers.go:131
Method
Modify
Modify implements the Modifier interface.
element.go:80
Method
Modify
Modify implements the Modifier interface.
element.go:88
Function
MouseDown
MouseDown gets notified when a pointing device button (usually a mouse) is pressed on an element. https://developer.mozilla.org/docs/Web/Events/mouse
evt/event.autogen.go:538
Function
MouseEnter
MouseEnter gets notified when a pointing device is moved onto the element that has the listener attached. https://developer.mozilla.org/docs/Web/Even
evt/event.autogen.go:545
Function
MouseLeave
MouseLeave gets notified when a pointing device is moved off the element that has the listener attached. https://developer.mozilla.org/docs/Web/Event
evt/event.autogen.go:552
Function
MouseMove
MouseMove gets notified when a pointing device is moved over an element. https://developer.mozilla.org/docs/Web/Events/mousemove
evt/event.autogen.go:559
Function
MouseOut
MouseOut gets notified when a pointing device is moved off the element that has the listener attached or off one of its children. https://developer.m
evt/event.autogen.go:566
Function
MouseOver
MouseOver gets notified when a pointing device is moved onto the element that has the listener attached or onto one of its children. https://develope
evt/event.autogen.go:573
Function
MouseUp
MouseUp gets notified when a pointing device button is released over an element. https://developer.mozilla.org/docs/Web/Events/mouseup
evt/event.autogen.go:580
Function
Multicol
Multicol — The HTML <multicol> element was an experimental element designed to allow multi-column layouts. It never got any significant traction and i
el/elements.autogen.go:535
Function
Multiple
Multiple creates an HTML attribute for 'multiple'.
attr/htmlattributes.autogen.go:449
Function
Muted
Muted creates an HTML attribute for 'muted'.
attr/htmlattributes.autogen.go:454
Function
Name
Name creates an HTML attribute for 'name'.
attr/htmlattributes.autogen.go:459
Function
Navigation
Navigation — The HTML <nav> element (HTML Navigation Element) represents a section of a page that links to other pages or to parts within the page: a
el/elements.autogen.go:544
Function
NewElement
NewElement creates a new Element with the given tag.
element.go:62
Function
NewEventListener
NewEventListener creates a new EventListener. In most cases you will use the predefined event listeners in the evt package.
event.go:84
Function
NewMatcher
NewMatcher creates a new matcher.
tests/grt/test_helpers.go:102
Function
NewRenderer
NewRenderer creates a Renderer with the provided func as the implementation.
component.go:230
Function
NewSimpleComponent
NewSimpleComponent can be used for quickly putting together components that only need to implement Renderer with no need of the owner (this) argument.
component.go:195
Function
NoFrames
NoFrames — <noframes> is an HTML element which is used to supporting browsers which are not able to support <frame> elements or configured to do so.
el/elements.autogen.go:553
Function
NoMatch
NoMatch gets notified when the speech recognition service returns a final result with no significant recognition. https://developer.mozilla.org/docs/
evt/event.autogen.go:587
Function
NoScript
NoScript — The HTML <noscript> Element defines a section of html to be inserted if a script type on the page is unsupported or if scripting is current
el/elements.autogen.go:562
Function
NoUpdate
NoUpdate gets notified when the manifest hadn't changed. https://developer.mozilla.org/docs/Web/Events/noupdate
evt/event.autogen.go:594
Function
NoValidate
NoValidate creates an HTML attribute for 'noValidate'.
attr/htmlattributes.autogen.go:464
Method
Node
Node implements the component interface.
modifiers.go:40
Method
Node
Node implements the Component interface.
component.go:342
Method
Node
Node returns the resulting ReactElement.
element.go:72
Method
Node
()
tests/component_test.go:270
Function
Nonce
Nonce creates an HTML attribute for 'nonce'.
attr/htmlattributes.autogen.go:469
Function
NotEqual
NotEqual is a test assertion used to check non-equality.
tests/grt/test_helpers.go:25
Function
NotNil
NotNil is a test assertion that checks for both nil values and js.Undefined.
tests/grt/test_helpers.go:32
Function
NotificationClick
NotificationClick gets notified when a system notification spawned by ServiceWorkerRegistration.showNotification() has been clicked. https://develope
evt/event.autogen.go:601
Function
Object
Object — The HTML Embedded Object Element (<object>) represents an external resource, which can be treated as an image, a nested browsing context, or
el/elements.autogen.go:571
Function
Obsolete
Obsolete gets notified when the manifest was found to have become a 404 or 410 page, so the application cache is being deleted. https://developer.moz
evt/event.autogen.go:608
Function
Offline
Offline gets notified when the browser has lost access to the network. https://developer.mozilla.org/docs/Web/Events/offline
evt/event.autogen.go:615
Function
Online
Online gets notified when the browser has gained access to the network (but particular websites might be unreachable). https://developer.mozilla.org/
evt/event.autogen.go:622
Function
Open
Open gets notified when an event source connection has been established. https://developer.mozilla.org/docs/Web/Reference/Events/open_serversentevent
evt/event.autogen.go:629
Function
Open
Open creates an HTML attribute for 'open'.
attr/htmlattributes.autogen.go:474
Function
Optimum
Optimum creates an HTML attribute for 'optimum'.
attr/htmlattributes.autogen.go:479
Function
Option
Option — In a Web form, the HTML <option> element is used to create a control representing an item within a <select>, an <optgroup> or a <datalist> HT
el/elements.autogen.go:598
Function
OptionsGroup
OptionsGroup — In a Web form, the HTML <optgroup> element creates a grouping of options within a <select> element. https://developer.mozilla.org/en-
el/elements.autogen.go:589
Function
OrderedList
OrderedList — The HTML <ol> Element (or HTML Ordered List Element) represents an ordered list of items. Typically, ordered-list items are displayed wi
el/elements.autogen.go:580
Function
OrientationChange
OrientationChange gets notified when the orientation of the device (portrait/landscape) has changed https://developer.mozilla.org/docs/Web/Events/ori
evt/event.autogen.go:636
Function
Output
Output — The HTML <output> element represents the result of a calculation or user action. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/o
el/elements.autogen.go:607
Function
PageHide
PageHide gets notified when a session history entry is being traversed from. https://developer.mozilla.org/docs/Web/Events/pagehide
evt/event.autogen.go:643
← previous
next →
1,001–1,100 of 1,359, ranked by callers