MCPcopy Create free account

hub / github.com/bep/gr / functions

Functions1,359 in github.com/bep/gr

FunctionAria
Aria creates an accessibility attributes. See https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA
modifiers.go:60
FunctionArticle
Article — The HTML <article> element represents a self-contained composition in a document, page, application, or site, which is intended to be indepe
el/elements.autogen.go:49
FunctionAside
Aside — The HTML <aside> element represents a section of the page with content connected tangentially to the rest, which could be considered separate
el/elements.autogen.go:58
FunctionAsync
Async creates an HTML attribute for 'async'.
attr/htmlattributes.autogen.go:53
FunctionAudio
Audio — The HTML <audio> element is used to embed sound content in documents. It may contain one or more audio sources, represented using the src attr
el/elements.autogen.go:67
FunctionAudioEnd
AudioEnd gets notified when the user agent has finished capturing audio for speech recognition. https://developer.mozilla.org/docs/Web/Events/audioen
evt/event.autogen.go:48
FunctionAudioProcess
AudioProcess gets notified when the input buffer of a ScriptProcessorNode is ready to be processed. https://developer.mozilla.org/docs/Web/Events/aud
evt/event.autogen.go:55
FunctionAudioStart
AudioStart gets notified when the user agent has started to capture audio for speech recognition. https://developer.mozilla.org/docs/Web/Events/audio
evt/event.autogen.go:62
FunctionAutoCapitalize
AutoCapitalize creates an HTML attribute for 'autoCapitalize'.
attr/htmlattributes.autogen.go:58
FunctionAutoComplete
AutoComplete creates an HTML attribute for 'autoComplete'.
attr/htmlattributes.autogen.go:63
FunctionAutoCorrect
AutoCorrect creates an HTML attribute for 'autoCorrect'.
attr/htmlattributes.autogen.go:68
FunctionAutoFocus
AutoFocus creates an HTML attribute for 'autoFocus'.
attr/htmlattributes.autogen.go:73
FunctionAutoPlay
AutoPlay creates an HTML attribute for 'autoPlay'.
attr/htmlattributes.autogen.go:78
FunctionAutoSave
AutoSave creates an HTML attribute for 'autoSave'.
attr/htmlattributes.autogen.go:83
FunctionBase
Base — The HTML <base> element specifies the base URL to use for all relative URLs contained within a document. There can be only one <base> element i
el/elements.autogen.go:85
FunctionBeforePrint
BeforePrint gets notified when the associated document is about to be printed or previewed for printing. https://developer.mozilla.org/docs/Web/Event
evt/event.autogen.go:69
FunctionBeforeUnload
BeforeUnload gets notified when (no documentation) https://developer.mozilla.org/docs/Web/Events/beforeunload
evt/event.autogen.go:76
FunctionBeginEvent
BeginEvent gets notified when a SMIL animation element begins. https://developer.mozilla.org/docs/Web/Events/beginEvent
evt/event.autogen.go:83
FunctionBidirectionalIsolation
BidirectionalIsolation — The HTML <bdi> Element (or Bi-Directional Isolation Element) isolates a span of text that might be formatted in a different d
el/elements.autogen.go:94
FunctionBidirectionalOverride
BidirectionalOverride — The HTML <bdo> Element (or HTML bidirectional override element) is used to override the current directionality of text. It cau
el/elements.autogen.go:103
FunctionBlockQuote
BlockQuote — The HTML <blockquote> Element (or HTML Block Quotation Element) indicates that the enclosed text is an extended quotation. Usually, this
el/elements.autogen.go:112
FunctionBlocked
Blocked gets notified when an open connection to a database is blocking a versionchange transaction on the same database. https://developer.mozilla.o
evt/event.autogen.go:90
FunctionBlur
Blur gets notified when an element has lost focus (does not bubble). https://developer.mozilla.org/docs/Web/Events/blur
evt/event.autogen.go:97
FunctionBold
Bold — The HTML <b> Element represents a span of text stylistically different from normal text, without conveying any special importance or relevance.
el/elements.autogen.go:76
MethodBool
Bool is convenience method to lookup a bool value from props.
this.go:190
FunctionBoundary
Boundary gets notified when the spoken utterance reaches a word or sentence boundary https://developer.mozilla.org/docs/Web/Events/boundary
evt/event.autogen.go:104
FunctionBreak
Break — The HTML element line break <br> produces a line break in text (carriage-return). It is useful for writing a poem or an address, where the div
el/elements.autogen.go:121
FunctionButton
Button — The HTML <button> Element represents a clickable button. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button
el/elements.autogen.go:130
FunctionCSS
CSS creates a CSS element with the provided classes. Note that duplicates are happily accepted.
modifiers.go:48
FunctionCached
Cached gets notified when the resources listed in the manifest have been downloaded, and the application is now cached. https://developer.mozilla.org
evt/event.autogen.go:111
FunctionCanPlay
CanPlay gets notified when the user agent can play the media, but estimates that not enough data has been loaded to play the media up to its end witho
evt/event.autogen.go:118
FunctionCanPlayThrough
CanPlayThrough gets notified when the user agent can play the media, and estimates that enough data has been loaded to play the media up to its end wi
evt/event.autogen.go:125
FunctionCanvas
Canvas — The HTML <canvas> Element can be used to draw graphics via scripting (usually JavaScript). For example, it can be used to draw graphs, make p
el/elements.autogen.go:139
FunctionCaption
Caption — The HTML <caption> Element (or HTML Table Caption Element) represents the title of a table. Though it is always the first descendant of a <t
el/elements.autogen.go:148
FunctionCapture
Capture creates an HTML attribute for 'capture'.
attr/htmlattributes.autogen.go:88
FunctionCellPadding
CellPadding creates an HTML attribute for 'cellPadding'.
attr/htmlattributes.autogen.go:93
FunctionCellSpacing
CellSpacing creates an HTML attribute for 'cellSpacing'.
attr/htmlattributes.autogen.go:98
FunctionChallenge
Challenge creates an HTML attribute for 'challenge'.
attr/htmlattributes.autogen.go:103
FunctionChange
Change gets notified when the change event is fired for <input>, <select>, and <textarea> elements when a change to the element's value is committed b
evt/event.autogen.go:132
FunctionCharSet
CharSet creates an HTML attribute for 'charSet'.
attr/htmlattributes.autogen.go:108
FunctionChargingChange
ChargingChange gets notified when the battery begins or stops charging. https://developer.mozilla.org/docs/Web/Events/chargingchange
evt/event.autogen.go:139
FunctionChargingTimeChange
ChargingTimeChange gets notified when the chargingTime attribute has been updated. https://developer.mozilla.org/docs/Web/Events/chargingtimechange
evt/event.autogen.go:146
FunctionChecked
Checked creates an HTML attribute for 'checked'.
attr/htmlattributes.autogen.go:113
FunctionChecking
Checking gets notified when the user agent is checking for an update, or attempting to download the cache manifest for the first time. https://develo
evt/event.autogen.go:153
FunctionCitation
Citation — The HTML Citation Element (<cite>) represents a reference to a creative work. It must include the title of a work or a URL reference, which
el/elements.autogen.go:157
FunctionCite
Cite creates an HTML attribute for 'cite'.
attr/htmlattributes.autogen.go:118
FunctionClassID
ClassID creates an HTML attribute for 'classID'.
attr/htmlattributes.autogen.go:123
FunctionClassName
ClassName creates an HTML attribute for 'className'.
attr/htmlattributes.autogen.go:128
FunctionClick
Click gets notified when a pointing device button has been pressed and released on an element. https://developer.mozilla.org/docs/Web/Events/click
evt/event.autogen.go:160
FunctionClose
Close gets notified when a WebSocket connection has been closed. https://developer.mozilla.org/docs/Web/Reference/Events/close_websocket
evt/event.autogen.go:167
FunctionCode
Code — The HTML Code Element (<code>) represents a fragment of computer code. By default, it is displayed in the browser's default monospace font. ht
el/elements.autogen.go:166
FunctionColSpan
ColSpan creates an HTML attribute for 'colSpan'.
attr/htmlattributes.autogen.go:133
FunctionColor
Color creates an HTML attribute for 'color'.
attr/htmlattributes.autogen.go:138
FunctionCols
Cols creates an HTML attribute for 'cols'.
attr/htmlattributes.autogen.go:143
FunctionColumn
Column — The HTML Table Column Element (<col>) defines a column within a table and is used for defining common semantics on all common cells. It is ge
el/elements.autogen.go:175
FunctionColumnGroup
ColumnGroup — The HTML Table Column Group Element (<colgroup>) defines a group of columns within a table. https://developer.mozilla.org/en-US/docs/We
el/elements.autogen.go:184
FunctionComplete
Complete gets notified when the rendering of an OfflineAudioContext is terminated. https://developer.mozilla.org/docs/Web/Events/complete
evt/event.autogen.go:174
MethodComponentDidMount
()
tests/component_test.go:417
MethodComponentDidMount
ComponentDidMount implements the ComponentDidMount interface.
examples/helpers.go:113
MethodComponentDidMount
Implements the ComponentDidMount interface
examples/ajax/main.go:90
MethodComponentDidMount
Implements the ComponentDidMount interface
examples/lifecycle/main.go:96
MethodComponentDidMount
()
examples/composition/main.go:50
MethodComponentDidUpdate
(prev gr.Cops)
tests/component_test.go:408
MethodComponentDidUpdate
Implements the ComponentDidUpdate interface
examples/lifecycle/main.go:86
MethodComponentWillMount
()
tests/component_test.go:411
MethodComponentWillMount
Implements the ComponentWillMount interface
examples/lifecycle/main.go:91
MethodComponentWillReceiveProps
(data gr.Cops)
tests/component_test.go:405
MethodComponentWillReceiveProps
Implements the ComponentWillReceiveProps interface
examples/lifecycle/main.go:81
MethodComponentWillUnmount
()
tests/component_test.go:414
MethodComponentWillUnmount
Implements the ComponentWillUnmount interface
examples/ajax/main.go:115
MethodComponentWillUnmount
Implements the ComponentWillUnmount interface
examples/lifecycle/main.go:101
MethodComponentWillUpdate
(next gr.Cops)
tests/component_test.go:402
MethodComponentWillUpdate
Implements the ComponentWillUpdate interface
examples/lifecycle/main.go:76
FunctionCompositionEnd
CompositionEnd gets notified when the composition of a passage of text has been completed or canceled. https://developer.mozilla.org/docs/Web/Events/
evt/event.autogen.go:181
FunctionCompositionStart
CompositionStart gets notified when the composition of a passage of text is prepared (similar to keydown for a keyboard input, but works with other in
evt/event.autogen.go:188
FunctionCompositionUpdate
CompositionUpdate gets notified when a character is added to a passage of text being composed. https://developer.mozilla.org/docs/Web/Events/composit
evt/event.autogen.go:195
FunctionContent
Content creates an HTML attribute for 'content'.
attr/htmlattributes.autogen.go:148
FunctionContentEditable
ContentEditable creates an HTML attribute for 'contentEditable'.
attr/htmlattributes.autogen.go:153
FunctionContextMenu
ContextMenu gets notified when the right button of the mouse is clicked (before the context menu is displayed). https://developer.mozilla.org/docs/We
evt/event.autogen.go:202
FunctionContextMenu
ContextMenu creates an HTML attribute for 'contextMenu'.
attr/htmlattributes.autogen.go:158
FunctionControls
Controls creates an HTML attribute for 'controls'.
attr/htmlattributes.autogen.go:163
FunctionCoords
Coords creates an HTML attribute for 'coords'.
attr/htmlattributes.autogen.go:168
FunctionCopy
Copy gets notified when the text selection has been added to the clipboard. https://developer.mozilla.org/docs/Web/Events/copy
evt/event.autogen.go:209
FunctionCreateIfNeeded
CreateIfNeeded evaluates the given Component and returns an Element, creating a new instance if needed. This is a convenience method; if you need to p
component.go:330
FunctionCrossOrigin
CrossOrigin creates an HTML attribute for 'crossOrigin'.
attr/htmlattributes.autogen.go:173
FunctionCut
Cut gets notified when the text selection has been removed from the document and added to the clipboard. https://developer.mozilla.org/docs/Web/Event
evt/event.autogen.go:216
FunctionDOMContentLoaded
DOMContentLoaded gets notified when the document has finished loading (but not its dependent resources). https://developer.mozilla.org/docs/Web/Event
evt/event.autogen.go:223
FunctionDangerouslySetInnerHTML
DangerouslySetInnerHTML Provides the ability to insert raw HTML, mainly for cooperating with DOM string manipulation libraries.
attr/htmlattributes.autogen.go:179
FunctionData
Data creates a data attribute, e.g. data-columns="3" See https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Using_data_attributes
modifiers.go:54
FunctionData
Data creates an HTML attribute for 'data'.
attr/htmlattributes.autogen.go:184
FunctionData
Data — The HTML <data> Element links a given content with a machine-readable translation. If the content is time- or date-related, the <time> must be
el/elements.autogen.go:193
FunctionDataList
DataList — The HTML Datalist Element (<datalist>) contains a set of <option> elements that represent the values available for other controls. https:/
el/elements.autogen.go:202
FunctionDatatype
Datatype creates an HTML attribute for 'datatype'.
attr/htmlattributes.autogen.go:189
FunctionDateTime
DateTime creates an HTML attribute for 'dateTime'.
attr/htmlattributes.autogen.go:194
FunctionDefault
Default creates an HTML attribute for 'default'.
attr/htmlattributes.autogen.go:199
FunctionDefaultValue
DefaultValue can be used to initialize an uncontrolled React component with a non-empty value. See https://facebook.github.io/react/docs/forms.html
attr/htmlattributes.autogen.go:206
FunctionDefer
Defer creates an HTML attribute for 'defer'.
attr/htmlattributes.autogen.go:211
FunctionDefinition
Definition — The HTML Definition Element (<dfn>) represents the defining instance of a term. https://developer.mozilla.org/en-US/docs/Web/HTML/Elemen
el/elements.autogen.go:238
FunctionDefinitionTerm
DefinitionTerm — The HTML <dt> element (or HTML Definition Term Element) identifies a term in a definition list. This element can occur only as a chil
el/elements.autogen.go:274
FunctionDeletedText
DeletedText — The HTML Deleted Text Element (<del>) represents a range of text that has been deleted from a document. This element is often (but need
el/elements.autogen.go:220
← previousnext →801–900 of 1,359, ranked by callers