Dart
dart:svg
SvgElement
click method
click
SvgElement class
Constructors
created
svg
tag
Properties
children
classes
innerHtml
isContentEditable
nonce
onAbort
onBlur
onCanPlay
onCanPlayThrough
onChange
onClick
onContextMenu
onDoubleClick
onDrag
onDragEnd
onDragEnter
onDragLeave
onDragOver
onDragStart
onDrop
onDurationChange
onEmptied
onEnded
onError
onFocus
onInput
onInvalid
onKeyDown
onKeyPress
onKeyUp
onLoad
onLoadedData
onLoadedMetadata
onMouseDown
onMouseEnter
onMouseLeave
onMouseMove
onMouseOut
onMouseOver
onMouseUp
onMouseWheel
onPause
onPlay
onPlaying
onRateChange
onReset
onResize
onScroll
onSeeked
onSeeking
onSelect
onStalled
onSubmit
onSuspend
onTimeUpdate
onTouchCancel
onTouchEnd
onTouchMove
onTouchStart
onVolumeChange
onWaiting
onWheel
outerHtml
ownerSvgElement
viewportElement
accessibleNode
assignedSlot
attributes
baseUri
borderEdge
childNodes
className
client
clientHeight
clientLeft
clientTop
clientWidth
computedName
computedRole
contentEdge
contentEditable
dataset
dir
documentOffset
draggable
firstChild
hashCode
hidden
id
inert
inputMode
isConnected
lang
lastChild
localName
marginEdge
namespaceUri
nextElementSibling
nextNode
nodeName
nodes
nodeType
nodeValue
offset
offsetHeight
offsetLeft
offsetParent
offsetTop
offsetWidth
on
onBeforeCopy
onBeforeCut
onBeforePaste
onCopy
onCut
onFullscreenChange
onFullscreenError
onPaste
onSearch
onSelectStart
onTouchEnter
onTouchLeave
onTransitionEnd
ownerDocument
paddingEdge
parent
parentNode
previousElementSibling
previousNode
runtimeType
scrollHeight
scrollLeft
scrollTop
scrollWidth
shadowRoot
slot
spellcheck
style
styleMap
tabIndex
tagName
text
title
translate
Methods
blur
click
createFragment
focus
insertAdjacentElement
insertAdjacentHtml
insertAdjacentText
addEventListener
after
animate
append
appendHtml
appendText
attached
attachShadow
attributeChanged
before
clone
closest
contains
createShadowRoot
detached
dispatchEvent
enteredView
getAnimations
getAttribute
getAttributeNames
getAttributeNS
getBoundingClientRect
getClientRects
getComputedStyle
getDestinationInsertionPoints
getElementsByClassName
getNamespacedAttributes
getRootNode
hasChildNodes
hasPointerCapture
insertAllBefore
insertBefore
leftView
matches
matchesWithAncestors
noSuchMethod
offsetTo
querySelector
querySelectorAll
releasePointerCapture
remove
removeEventListener
replaceWith
requestFullscreen
requestPointerLock
scroll
scrollBy
scrollIntoView
scrollTo
setApplyScroll
setAttribute
setAttributeNS
setDistributeScroll
setInnerHtml
setPointerCapture
toString
Operators
operator ==
Static methods
isTagSupported
Constants
abortEvent
blurEvent
canPlayEvent
canPlayThroughEvent
changeEvent
clickEvent
contextMenuEvent
doubleClickEvent
dragEndEvent
dragEnterEvent
dragEvent
dragLeaveEvent
dragOverEvent
dragStartEvent
dropEvent
durationChangeEvent
emptiedEvent
endedEvent
errorEvent
focusEvent
inputEvent
invalidEvent
keyDownEvent
keyPressEvent
keyUpEvent
loadedDataEvent
loadedMetadataEvent
loadEvent
mouseDownEvent
mouseEnterEvent
mouseLeaveEvent
mouseMoveEvent
mouseOutEvent
mouseOverEvent
mouseUpEvent
mouseWheelEvent
pauseEvent
playEvent
playingEvent
rateChangeEvent
resetEvent
resizeEvent
scrollEvent
seekedEvent
seekingEvent
selectEvent
stalledEvent
submitEvent
suspendEvent
timeUpdateEvent
touchCancelEvent
touchEndEvent
touchMoveEvent
touchStartEvent
volumeChangeEvent
waitingEvent
wheelEvent
click method
void
click
(
)
Implementation
void click() { throw new UnsupportedError("Cannot invoke click SVG."); }