MCPcopy Create free account

hub / github.com/bep/gr / functions

Functions1,359 in github.com/bep/gr

FunctionIs
Is creates an HTML attribute for 'is'.
attr/htmlattributes.autogen.go:341
FunctionItalic
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
FunctionItemProp
ItemProp creates an HTML attribute for 'itemProp'.
attr/htmlattributes.autogen.go:346
FunctionKey
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
FunctionKeyDown
KeyDown gets notified when a key is pressed down. https://developer.mozilla.org/docs/Web/Events/keydown
evt/event.autogen.go:447
FunctionKeyParams
KeyParams creates an HTML attribute for 'keyParams'.
attr/htmlattributes.autogen.go:359
FunctionKeyPress
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
FunctionKeyType
KeyType creates an HTML attribute for 'keyType'.
attr/htmlattributes.autogen.go:364
FunctionKeyUp
KeyUp gets notified when a key is released. https://developer.mozilla.org/docs/Web/Events/keyup
evt/event.autogen.go:461
FunctionKeyboardInput
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
FunctionKind
Kind creates an HTML attribute for 'kind'.
attr/htmlattributes.autogen.go:369
FunctionLabel
Label creates an HTML attribute for 'label'.
attr/htmlattributes.autogen.go:374
FunctionLabel
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
FunctionLang
Lang creates an HTML attribute for 'lang'.
attr/htmlattributes.autogen.go:379
FunctionLanguageChange
LanguageChange gets notified when (no documentation) https://developer.mozilla.org/docs/Web/Events/languagechange
evt/event.autogen.go:468
FunctionLegend
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
FunctionLevelChange
LevelChange gets notified when the level attribute has been updated. https://developer.mozilla.org/docs/Web/Events/levelchange
evt/event.autogen.go:475
FunctionLink
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
FunctionList
List creates an HTML attribute for 'list'.
attr/htmlattributes.autogen.go:384
FunctionListItem
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
FunctionLoad
Load gets notified when progression has been successful. https://developer.mozilla.org/docs/Web/Reference/Events/load_(ProgressEvent)
evt/event.autogen.go:482
FunctionLoadEnd
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
FunctionLoadStart
LoadStart gets notified when progress has begun. https://developer.mozilla.org/docs/Web/Events/loadstart
evt/event.autogen.go:496
FunctionLoadedData
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
FunctionLoadedMetadata
LoadedMetadata gets notified when the metadata has been loaded. https://developer.mozilla.org/docs/Web/Events/loadedmetadata
evt/event.autogen.go:510
FunctionLocation
Location returns info about the current browser location.
helpers.go:114
FunctionLoop
Loop creates an HTML attribute for 'loop'.
attr/htmlattributes.autogen.go:389
FunctionLostPointerCapture
LostPointerCapture gets notified when element lost pointer capture. https://developer.mozilla.org/docs/Web/Events/lostpointercapture
evt/event.autogen.go:517
FunctionLow
Low creates an HTML attribute for 'low'.
attr/htmlattributes.autogen.go:394
FunctionMain
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
FunctionManifest
Manifest creates an HTML attribute for 'manifest'.
attr/htmlattributes.autogen.go:399
FunctionMap
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
FunctionMarginHeight
MarginHeight creates an HTML attribute for 'marginHeight'.
attr/htmlattributes.autogen.go:404
FunctionMarginWidth
MarginWidth creates an HTML attribute for 'marginWidth'.
attr/htmlattributes.autogen.go:409
FunctionMark
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
FunctionMark
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
FunctionMax
Max creates an HTML attribute for 'max'.
attr/htmlattributes.autogen.go:414
FunctionMaxLength
MaxLength creates an HTML attribute for 'maxLength'.
attr/htmlattributes.autogen.go:419
FunctionMedia
Media creates an HTML attribute for 'media'.
attr/htmlattributes.autogen.go:424
FunctionMediaGroup
MediaGroup creates an HTML attribute for 'mediaGroup'.
attr/htmlattributes.autogen.go:429
FunctionMenu
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
FunctionMenuItem
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
FunctionMessage
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
FunctionMeta
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
FunctionMeter
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
FunctionMethod
Method creates an HTML attribute for 'method'.
attr/htmlattributes.autogen.go:434
FunctionMin
Min creates an HTML attribute for 'min'.
attr/htmlattributes.autogen.go:439
FunctionMinLength
MinLength creates an HTML attribute for 'minLength'.
attr/htmlattributes.autogen.go:444
MethodModify
Modify implements the Modifier interface.
event.go:91
MethodModify
Modify implements the Modifier interface.
modifiers.go:35
MethodModify
Modify implements the Modifier interface.
modifiers.go:70
MethodModify
Modify implements the Modifier interface.
modifiers.go:86
MethodModify
Modify implements the Modifier interface with a no-op.
modifiers.go:103
MethodModify
Modify implements the Modifier interface.
modifiers.go:111
MethodModify
(element *Element)
modifiers.go:131
MethodModify
Modify implements the Modifier interface.
element.go:80
MethodModify
Modify implements the Modifier interface.
element.go:88
FunctionMouseDown
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
FunctionMouseEnter
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
FunctionMouseLeave
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
FunctionMouseMove
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
FunctionMouseOut
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
FunctionMouseOver
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
FunctionMouseUp
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
FunctionMulticol
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
FunctionMultiple
Multiple creates an HTML attribute for 'multiple'.
attr/htmlattributes.autogen.go:449
FunctionMuted
Muted creates an HTML attribute for 'muted'.
attr/htmlattributes.autogen.go:454
FunctionName
Name creates an HTML attribute for 'name'.
attr/htmlattributes.autogen.go:459
FunctionNavigation
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
FunctionNewElement
NewElement creates a new Element with the given tag.
element.go:62
FunctionNewEventListener
NewEventListener creates a new EventListener. In most cases you will use the predefined event listeners in the evt package.
event.go:84
FunctionNewMatcher
NewMatcher creates a new matcher.
tests/grt/test_helpers.go:102
FunctionNewRenderer
NewRenderer creates a Renderer with the provided func as the implementation.
component.go:230
FunctionNewSimpleComponent
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
FunctionNoFrames
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
FunctionNoMatch
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
FunctionNoScript
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
FunctionNoUpdate
NoUpdate gets notified when the manifest hadn't changed. https://developer.mozilla.org/docs/Web/Events/noupdate
evt/event.autogen.go:594
FunctionNoValidate
NoValidate creates an HTML attribute for 'noValidate'.
attr/htmlattributes.autogen.go:464
MethodNode
Node implements the component interface.
modifiers.go:40
MethodNode
Node implements the Component interface.
component.go:342
MethodNode
Node returns the resulting ReactElement.
element.go:72
MethodNode
()
tests/component_test.go:270
FunctionNonce
Nonce creates an HTML attribute for 'nonce'.
attr/htmlattributes.autogen.go:469
FunctionNotEqual
NotEqual is a test assertion used to check non-equality.
tests/grt/test_helpers.go:25
FunctionNotNil
NotNil is a test assertion that checks for both nil values and js.Undefined.
tests/grt/test_helpers.go:32
FunctionNotificationClick
NotificationClick gets notified when a system notification spawned by ServiceWorkerRegistration.showNotification() has been clicked. https://develope
evt/event.autogen.go:601
FunctionObject
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
FunctionObsolete
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
FunctionOffline
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
FunctionOnline
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
FunctionOpen
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
FunctionOpen
Open creates an HTML attribute for 'open'.
attr/htmlattributes.autogen.go:474
FunctionOptimum
Optimum creates an HTML attribute for 'optimum'.
attr/htmlattributes.autogen.go:479
FunctionOption
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
FunctionOptionsGroup
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
FunctionOrderedList
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
FunctionOrientationChange
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
FunctionOutput
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
FunctionPageHide
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
← previousnext →1,001–1,100 of 1,359, ranked by callers