Interface: Link
features/links/links.Link
Represents a link between two nodes. It will be displayed as an SVG line, and can take any appropriate properties for an SVG line element.
Hierarchy
SVGAttributes
↳
Link
Properties
accent-height
• Optional
accent-height: Numberish
Inherited from
SVGAttributes.accent-height
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:945
accumulate
• Optional
accumulate: "none"
| "sum"
Inherited from
SVGAttributes.accumulate
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:946
additive
• Optional
additive: "sum"
| "replace"
Inherited from
SVGAttributes.additive
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:947
alignment-baseline
• Optional
alignment-baseline: "alphabetic"
| "hanging"
| "ideographic"
| "mathematical"
| "auto"
| "baseline"
| "before-edge"
| "text-before-edge"
| "middle"
| "central"
| "after-edge"
| "text-after-edge"
| "inherit"
Inherited from
SVGAttributes.alignment-baseline
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:948
allowReorder
• Optional
allowReorder: "no"
| "yes"
Inherited from
SVGAttributes.allowReorder
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:962
alphabetic
• Optional
alphabetic: Numberish
Inherited from
SVGAttributes.alphabetic
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:963
amplitude
• Optional
amplitude: Numberish
Inherited from
SVGAttributes.amplitude
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:964
arabic-form
• Optional
arabic-form: "initial"
| "medial"
| "terminal"
| "isolated"
Inherited from
SVGAttributes.arabic-form
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:965
aria-activedescendant
• Optional
aria-activedescendant: string
Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.
Inherited from
SVGAttributes.aria-activedescendant
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:224
aria-atomic
• Optional
aria-atomic: Booleanish
Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.
Inherited from
SVGAttributes.aria-atomic
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:226
aria-autocomplete
• Optional
aria-autocomplete: "none"
| "inline"
| "list"
| "both"
Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made.
Inherited from
SVGAttributes.aria-autocomplete
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:231
aria-busy
• Optional
aria-busy: Booleanish
Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user.
Inherited from
SVGAttributes.aria-busy
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:233
aria-checked
• Optional
aria-checked: Booleanish
| "mixed"
Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.
See
- aria-pressed
- aria-selected.
Inherited from
SVGAttributes.aria-checked
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:238
aria-colcount
• Optional
aria-colcount: Numberish
Defines the total number of columns in a table, grid, or treegrid.
See
aria-colindex.
Inherited from
SVGAttributes.aria-colcount
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:243
aria-colindex
• Optional
aria-colindex: Numberish
Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.
See
- aria-colcount
- aria-colspan.
Inherited from
SVGAttributes.aria-colindex
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:248
aria-colspan
• Optional
aria-colspan: Numberish
Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.
See
- aria-colindex
- aria-rowspan.
Inherited from
SVGAttributes.aria-colspan
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:253
aria-controls
• Optional
aria-controls: string
Identifies the element (or elements) whose contents or presence are controlled by the current element.
See
aria-owns.
Inherited from
SVGAttributes.aria-controls
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:258
aria-current
• Optional
aria-current: "time"
| Booleanish
| "page"
| "step"
| "location"
| "date"
Indicates the element that represents the current item within a container or set of related elements.
Inherited from
SVGAttributes.aria-current
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:260
aria-describedby
• Optional
aria-describedby: string
Identifies the element (or elements) that describes the object.
See
aria-labelledby
Inherited from
SVGAttributes.aria-describedby
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:265
aria-details
• Optional
aria-details: string
Identifies the element that provides a detailed, extended description for the object.
See
aria-describedby.
Inherited from
SVGAttributes.aria-details
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:270
aria-disabled
• Optional
aria-disabled: Booleanish
Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.
See
- aria-hidden
- aria-readonly.
Inherited from
SVGAttributes.aria-disabled
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:275
aria-dropeffect
• Optional
aria-dropeffect: "none"
| "copy"
| "execute"
| "link"
| "move"
| "popup"
Indicates what functions can be performed when a dragged object is released on the drop target.
Deprecated
in ARIA 1.1
Inherited from
SVGAttributes.aria-dropeffect
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:280
aria-errormessage
• Optional
aria-errormessage: string
Identifies the element that provides an error message for the object.
See
- aria-invalid
- aria-describedby.
Inherited from
SVGAttributes.aria-errormessage
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:285
aria-expanded
• Optional
aria-expanded: Booleanish
Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.
Inherited from
SVGAttributes.aria-expanded
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:287
aria-flowto
• Optional
aria-flowto: string
Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order.
Inherited from
SVGAttributes.aria-flowto
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:292
aria-grabbed
• Optional
aria-grabbed: Booleanish
Indicates an element's "grabbed" state in a drag-and-drop operation.
Deprecated
in ARIA 1.1
Inherited from
SVGAttributes.aria-grabbed
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:297
aria-haspopup
• Optional
aria-haspopup: "tree"
| Booleanish
| "menu"
| "listbox"
| "grid"
| "dialog"
Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.
Inherited from
SVGAttributes.aria-haspopup
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:299
aria-hidden
• Optional
aria-hidden: Booleanish
Indicates whether the element is exposed to an accessibility API.
See
aria-disabled.
Inherited from
SVGAttributes.aria-hidden
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:304
aria-invalid
• Optional
aria-invalid: Booleanish
| "grammar"
| "spelling"
Indicates the entered value does not conform to the format expected by the application.
See
aria-errormessage.
Inherited from
SVGAttributes.aria-invalid
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:309
aria-keyshortcuts
• Optional
aria-keyshortcuts: string
Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
Inherited from
SVGAttributes.aria-keyshortcuts
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:311
aria-label
• Optional
aria-label: string
Defines a string value that labels the current element.
See
aria-labelledby.
Inherited from
SVGAttributes.aria-label
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:316
aria-labelledby
• Optional
aria-labelledby: string
Identifies the element (or elements) that labels the current element.
See
aria-describedby.
Inherited from
SVGAttributes.aria-labelledby
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:321
aria-level
• Optional
aria-level: Numberish
Defines the hierarchical level of an element within a structure.
Inherited from
SVGAttributes.aria-level
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:323
aria-live
• Optional
aria-live: "off"
| "assertive"
| "polite"
Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.
Inherited from
SVGAttributes.aria-live
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:325
aria-modal
• Optional
aria-modal: Booleanish
Indicates whether an element is modal when displayed.
Inherited from
SVGAttributes.aria-modal
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:327
aria-multiline
• Optional
aria-multiline: Booleanish
Indicates whether a text box accepts multiple lines of input or only a single line.
Inherited from
SVGAttributes.aria-multiline
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:329
aria-multiselectable
• Optional
aria-multiselectable: Booleanish
Indicates that the user may select more than one item from the current selectable descendants.
Inherited from
SVGAttributes.aria-multiselectable
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:331
aria-orientation
• Optional
aria-orientation: "horizontal"
| "vertical"
Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.
Inherited from
SVGAttributes.aria-orientation
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:333
aria-owns
• Optional
aria-owns: string
Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship.
See
aria-controls.
Inherited from
SVGAttributes.aria-owns
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:339
aria-placeholder
• Optional
aria-placeholder: string
Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format.
Inherited from
SVGAttributes.aria-placeholder
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:344
aria-posinset
• Optional
aria-posinset: Numberish
Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.
See
aria-setsize.
Inherited from
SVGAttributes.aria-posinset
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:349
aria-pressed
• Optional
aria-pressed: Booleanish
| "mixed"
Indicates the current "pressed" state of toggle buttons.
See
- aria-checked
- aria-selected.
Inherited from
SVGAttributes.aria-pressed
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:354
aria-readonly
• Optional
aria-readonly: Booleanish
Indicates that the element is not editable, but is otherwise operable.
See
aria-disabled.
Inherited from
SVGAttributes.aria-readonly
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:359
aria-relevant
• Optional
aria-relevant: "additions"
| "additions text"
| "all"
| "removals"
| "text"
Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.
See
aria-atomic.
Inherited from
SVGAttributes.aria-relevant
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:364
aria-required
• Optional
aria-required: Booleanish
Indicates that user input is required on the element before a form may be submitted.
Inherited from
SVGAttributes.aria-required
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:366
aria-roledescription
• Optional
aria-roledescription: string
Defines a human-readable, author-localized description for the role of an element.
Inherited from
SVGAttributes.aria-roledescription
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:368
aria-rowcount
• Optional
aria-rowcount: Numberish
Defines the total number of rows in a table, grid, or treegrid.
See
aria-rowindex.
Inherited from
SVGAttributes.aria-rowcount
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:373
aria-rowindex
• Optional
aria-rowindex: Numberish
Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.
See
- aria-rowcount
- aria-rowspan.
Inherited from
SVGAttributes.aria-rowindex
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:378
aria-rowspan
• Optional
aria-rowspan: Numberish
Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.
See
- aria-rowindex
- aria-colspan.
Inherited from
SVGAttributes.aria-rowspan
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:383
aria-selected
• Optional
aria-selected: Booleanish
Indicates the current "selected" state of various widgets.
See
- aria-checked
- aria-pressed.
Inherited from
SVGAttributes.aria-selected
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:388
aria-setsize
• Optional
aria-setsize: Numberish
Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.
See
aria-posinset.
Inherited from
SVGAttributes.aria-setsize
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:393
aria-sort
• Optional
aria-sort: "none"
| "ascending"
| "descending"
| "other"
Indicates if items in a table or grid are sorted in ascending or descending order.
Inherited from
SVGAttributes.aria-sort
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:395
aria-valuemax
• Optional
aria-valuemax: Numberish
Defines the maximum allowed value for a range widget.
Inherited from
SVGAttributes.aria-valuemax
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:397
aria-valuemin
• Optional
aria-valuemin: Numberish
Defines the minimum allowed value for a range widget.
Inherited from
SVGAttributes.aria-valuemin
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:399
aria-valuenow
• Optional
aria-valuenow: Numberish
Defines the current value for a range widget.
See
aria-valuetext.
Inherited from
SVGAttributes.aria-valuenow
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:404
aria-valuetext
• Optional
aria-valuetext: string
Defines the human readable text alternative of aria-valuenow for a range widget.
Inherited from
SVGAttributes.aria-valuetext
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:406
ascent
• Optional
ascent: Numberish
Inherited from
SVGAttributes.ascent
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:966
attributeName
• Optional
attributeName: string
Inherited from
SVGAttributes.attributeName
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:967
attributeType
• Optional
attributeType: string
Inherited from
SVGAttributes.attributeType
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:968
autoReverse
• Optional
autoReverse: Numberish
Inherited from
SVGAttributes.autoReverse
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:969
azimuth
• Optional
azimuth: Numberish
Inherited from
SVGAttributes.azimuth
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:970
baseFrequency
• Optional
baseFrequency: Numberish
Inherited from
SVGAttributes.baseFrequency
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:971
baseProfile
• Optional
baseProfile: Numberish
Inherited from
SVGAttributes.baseProfile
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:973
baseline-shift
• Optional
baseline-shift: Numberish
Inherited from
SVGAttributes.baseline-shift
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:972
bbox
• Optional
bbox: Numberish
Inherited from
SVGAttributes.bbox
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:974
begin
• Optional
begin: Numberish
Inherited from
SVGAttributes.begin
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:975
bias
• Optional
bias: Numberish
Inherited from
SVGAttributes.bias
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:976
by
• Optional
by: Numberish
Inherited from
SVGAttributes.by
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:977
calcMode
• Optional
calcMode: Numberish
Inherited from
SVGAttributes.calcMode
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:978
cap-height
• Optional
cap-height: Numberish
Inherited from
SVGAttributes.cap-height
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:979
class
• Optional
class: any
SVG Styling Attributes
See
https://www.w3.org/TR/SVG/styling.html#ElementSpecificStyling
Inherited from
SVGAttributes.class
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:924
clip
• Optional
clip: Numberish
Inherited from
SVGAttributes.clip
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:980
clip-path
• Optional
clip-path: string
Inherited from
SVGAttributes.clip-path
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:981
clip-rule
• Optional
clip-rule: Numberish
Inherited from
SVGAttributes.clip-rule
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:983
clipPathUnits
• Optional
clipPathUnits: Numberish
Inherited from
SVGAttributes.clipPathUnits
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:982
color
• Optional
color: string
Inherited from
SVGAttributes.color
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:927
color-interpolation
• Optional
color-interpolation: Numberish
Inherited from
SVGAttributes.color-interpolation
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:984
color-interpolation-filters
• Optional
color-interpolation-filters: "auto"
| "inherit"
| "sRGB"
| "linearRGB"
Inherited from
SVGAttributes.color-interpolation-filters
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:985
color-profile
• Optional
color-profile: Numberish
Inherited from
SVGAttributes.color-profile
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:986
color-rendering
• Optional
color-rendering: Numberish
Inherited from
SVGAttributes.color-rendering
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:987
contentScriptType
• Optional
contentScriptType: Numberish
Inherited from
SVGAttributes.contentScriptType
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:988
contentStyleType
• Optional
contentStyleType: Numberish
Inherited from
SVGAttributes.contentStyleType
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:989
cursor
• Optional
cursor: Numberish
Inherited from
SVGAttributes.cursor
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:990
cx
• Optional
cx: Numberish
Inherited from
SVGAttributes.cx
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:991
cy
• Optional
cy: Numberish
Inherited from
SVGAttributes.cy
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:992
d
• Optional
d: string
Inherited from
SVGAttributes.d
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:993
decelerate
• Optional
decelerate: Numberish
Inherited from
SVGAttributes.decelerate
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:994
descent
• Optional
descent: Numberish
Inherited from
SVGAttributes.descent
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:995
diffuseConstant
• Optional
diffuseConstant: Numberish
Inherited from
SVGAttributes.diffuseConstant
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:996
direction
• Optional
direction: Numberish
Inherited from
SVGAttributes.direction
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:997
display
• Optional
display: Numberish
Inherited from
SVGAttributes.display
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:998
divisor
• Optional
divisor: Numberish
Inherited from
SVGAttributes.divisor
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:999
dominant-baseline
• Optional
dominant-baseline: Numberish
Inherited from
SVGAttributes.dominant-baseline
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1000
dur
• Optional
dur: Numberish
Inherited from
SVGAttributes.dur
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1001
dx
• Optional
dx: Numberish
Inherited from
SVGAttributes.dx
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1002
dy
• Optional
dy: Numberish
Inherited from
SVGAttributes.dy
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1003
edgeMode
• Optional
edgeMode: Numberish
Inherited from
SVGAttributes.edgeMode
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1004
elevation
• Optional
elevation: Numberish
Inherited from
SVGAttributes.elevation
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1005
enable-background
• Optional
enable-background: Numberish
Inherited from
SVGAttributes.enable-background
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1006
end
• Optional
end: Numberish
Inherited from
SVGAttributes.end
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1007
endNode
• endNode: Object
Type declaration
Name | Type |
---|---|
id | string |
Defined in
profectus/src/features/links/links.ts:16
exponent
• Optional
exponent: Numberish
Inherited from
SVGAttributes.exponent
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1008
externalResourcesRequired
• Optional
externalResourcesRequired: Numberish
Inherited from
SVGAttributes.externalResourcesRequired
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1009
fill
• Optional
fill: string
Inherited from
SVGAttributes.fill
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1010
fill-opacity
• Optional
fill-opacity: Numberish
Inherited from
SVGAttributes.fill-opacity
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1011
fill-rule
• Optional
fill-rule: "inherit"
| "nonzero"
| "evenodd"
Inherited from
SVGAttributes.fill-rule
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1012
filter
• Optional
filter: string
Inherited from
SVGAttributes.filter
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1013
filterRes
• Optional
filterRes: Numberish
Inherited from
SVGAttributes.filterRes
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1014
filterUnits
• Optional
filterUnits: Numberish
Inherited from
SVGAttributes.filterUnits
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1015
flood-color
• Optional
flood-color: Numberish
Inherited from
SVGAttributes.flood-color
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1016
flood-opacity
• Optional
flood-opacity: Numberish
Inherited from
SVGAttributes.flood-opacity
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1017
focusable
• Optional
focusable: Numberish
Inherited from
SVGAttributes.focusable
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1018
font-family
• Optional
font-family: string
Inherited from
SVGAttributes.font-family
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1019
font-size
• Optional
font-size: Numberish
Inherited from
SVGAttributes.font-size
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1020
font-size-adjust
• Optional
font-size-adjust: Numberish
Inherited from
SVGAttributes.font-size-adjust
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1021
font-stretch
• Optional
font-stretch: Numberish
Inherited from
SVGAttributes.font-stretch
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1022
font-style
• Optional
font-style: Numberish
Inherited from
SVGAttributes.font-style
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1023
font-variant
• Optional
font-variant: Numberish
Inherited from
SVGAttributes.font-variant
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1024
font-weight
• Optional
font-weight: Numberish
Inherited from
SVGAttributes.font-weight
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1025
format
• Optional
format: Numberish
Inherited from
SVGAttributes.format
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1026
from
• Optional
from: Numberish
Inherited from
SVGAttributes.from
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1027
fx
• Optional
fx: Numberish
Inherited from
SVGAttributes.fx
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1028
fy
• Optional
fy: Numberish
Inherited from
SVGAttributes.fy
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1029
g1
• Optional
g1: Numberish
Inherited from
SVGAttributes.g1
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1030
g2
• Optional
g2: Numberish
Inherited from
SVGAttributes.g2
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1031
glyph-name
• Optional
glyph-name: Numberish
Inherited from
SVGAttributes.glyph-name
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1032
glyph-orientation-horizontal
• Optional
glyph-orientation-horizontal: Numberish
Inherited from
SVGAttributes.glyph-orientation-horizontal
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1033
glyph-orientation-vertical
• Optional
glyph-orientation-vertical: Numberish
Inherited from
SVGAttributes.glyph-orientation-vertical
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1034
glyphRef
• Optional
glyphRef: Numberish
Inherited from
SVGAttributes.glyphRef
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1035
gradientTransform
• Optional
gradientTransform: string
Inherited from
SVGAttributes.gradientTransform
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1036
gradientUnits
• Optional
gradientUnits: string
Inherited from
SVGAttributes.gradientUnits
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1037
hanging
• Optional
hanging: Numberish
Inherited from
SVGAttributes.hanging
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1038
height
• Optional
height: Numberish
Inherited from
SVGAttributes.height
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:928
horiz-adv-x
• Optional
horiz-adv-x: Numberish
Inherited from
SVGAttributes.horiz-adv-x
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1039
horiz-origin-x
• Optional
horiz-origin-x: Numberish
Inherited from
SVGAttributes.horiz-origin-x
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1040
href
• Optional
href: string
Inherited from
SVGAttributes.href
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1041
id
• Optional
id: string
Inherited from
SVGAttributes.id
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:929
ideographic
• Optional
ideographic: Numberish
Inherited from
SVGAttributes.ideographic
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1042
image-rendering
• Optional
image-rendering: Numberish
Inherited from
SVGAttributes.image-rendering
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1043
in
• Optional
in: string
Inherited from
SVGAttributes.in
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1045
in2
• Optional
in2: Numberish
Inherited from
SVGAttributes.in2
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1044
innerHTML
• Optional
innerHTML: string
Inherited from
SVGAttributes.innerHTML
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:918
intercept
• Optional
intercept: Numberish
Inherited from
SVGAttributes.intercept
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1046
k
• Optional
k: Numberish
Inherited from
SVGAttributes.k
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1051
k1
• Optional
k1: Numberish
Inherited from
SVGAttributes.k1
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1047
k2
• Optional
k2: Numberish
Inherited from
SVGAttributes.k2
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1048
k3
• Optional
k3: Numberish
Inherited from
SVGAttributes.k3
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1049
k4
• Optional
k4: Numberish
Inherited from
SVGAttributes.k4
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1050
kernelMatrix
• Optional
kernelMatrix: Numberish
Inherited from
SVGAttributes.kernelMatrix
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1052
kernelUnitLength
• Optional
kernelUnitLength: Numberish
Inherited from
SVGAttributes.kernelUnitLength
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1053
kerning
• Optional
kerning: Numberish
Inherited from
SVGAttributes.kerning
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1054
keyPoints
• Optional
keyPoints: Numberish
Inherited from
SVGAttributes.keyPoints
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1055
keySplines
• Optional
keySplines: Numberish
Inherited from
SVGAttributes.keySplines
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1056
keyTimes
• Optional
keyTimes: Numberish
Inherited from
SVGAttributes.keyTimes
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1057
lang
• Optional
lang: string
Inherited from
SVGAttributes.lang
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:930
lengthAdjust
• Optional
lengthAdjust: Numberish
Inherited from
SVGAttributes.lengthAdjust
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1058
letter-spacing
• Optional
letter-spacing: Numberish
Inherited from
SVGAttributes.letter-spacing
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1059
lighting-color
• Optional
lighting-color: Numberish
Inherited from
SVGAttributes.lighting-color
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1060
limitingConeAngle
• Optional
limitingConeAngle: Numberish
Inherited from
SVGAttributes.limitingConeAngle
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1061
local
• Optional
local: Numberish
Inherited from
SVGAttributes.local
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1062
marker-end
• Optional
marker-end: string
Inherited from
SVGAttributes.marker-end
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1063
marker-mid
• Optional
marker-mid: string
Inherited from
SVGAttributes.marker-mid
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1065
marker-start
• Optional
marker-start: string
Inherited from
SVGAttributes.marker-start
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1066
markerHeight
• Optional
markerHeight: Numberish
Inherited from
SVGAttributes.markerHeight
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1064
markerUnits
• Optional
markerUnits: Numberish
Inherited from
SVGAttributes.markerUnits
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1067
markerWidth
• Optional
markerWidth: Numberish
Inherited from
SVGAttributes.markerWidth
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1068
mask
• Optional
mask: string
Inherited from
SVGAttributes.mask
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1069
maskContentUnits
• Optional
maskContentUnits: Numberish
Inherited from
SVGAttributes.maskContentUnits
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1070
maskUnits
• Optional
maskUnits: Numberish
Inherited from
SVGAttributes.maskUnits
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1071
mathematical
• Optional
mathematical: Numberish
Inherited from
SVGAttributes.mathematical
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1072
max
• Optional
max: Numberish
Inherited from
SVGAttributes.max
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:931
media
• Optional
media: string
Inherited from
SVGAttributes.media
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:932
method
• Optional
method: string
Inherited from
SVGAttributes.method
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:933
min
• Optional
min: Numberish
Inherited from
SVGAttributes.min
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:934
mode
• Optional
mode: Numberish
Inherited from
SVGAttributes.mode
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1073
name
• Optional
name: string
Inherited from
SVGAttributes.name
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:935
numOctaves
• Optional
numOctaves: Numberish
Inherited from
SVGAttributes.numOctaves
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1074
offset
• Optional
offset: Numberish
Inherited from
SVGAttributes.offset
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1075
offsetEnd
• Optional
offsetEnd: Position
Defined in
profectus/src/features/links/links.ts:18
offsetStart
• Optional
offsetStart: Position
Defined in
profectus/src/features/links/links.ts:17
onAbort
• Optional
onAbort: (payload
: Event
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | Event |
Returns
void
Inherited from
SVGAttributes.onAbort
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1432
onAnimationend
• Optional
onAnimationend: (payload
: AnimationEvent
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | AnimationEvent |
Returns
void
Inherited from
SVGAttributes.onAnimationend
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1482
onAnimationiteration
• Optional
onAnimationiteration: (payload
: AnimationEvent
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | AnimationEvent |
Returns
void
Inherited from
SVGAttributes.onAnimationiteration
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1483
onAnimationstart
• Optional
onAnimationstart: (payload
: AnimationEvent
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | AnimationEvent |
Returns
void
Inherited from
SVGAttributes.onAnimationstart
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1481
onAuxclick
• Optional
onAuxclick: (payload
: MouseEvent
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | MouseEvent |
Returns
void
Inherited from
SVGAttributes.onAuxclick
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1419
onBeforeinput
• Optional
onBeforeinput: (payload
: Event
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | Event |
Returns
void
Inherited from
SVGAttributes.onBeforeinput
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1403
onBlur
• Optional
onBlur: (payload
: FocusEvent
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | FocusEvent |
Returns
void
Inherited from
SVGAttributes.onBlur
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1399
onCanplay
• Optional
onCanplay: (payload
: Event
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | Event |
Returns
void
Inherited from
SVGAttributes.onCanplay
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1433
onCanplaythrough
• Optional
onCanplaythrough: (payload
: Event
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | Event |
Returns
void
Inherited from
SVGAttributes.onCanplaythrough
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1434
onChange
• Optional
onChange: (payload
: Event
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | Event |
Returns
void
Inherited from
SVGAttributes.onChange
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1402
onClick
• Optional
onClick: (payload
: MouseEvent
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | MouseEvent |
Returns
void
Inherited from
SVGAttributes.onClick
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1420
onCompositionend
• Optional
onCompositionend: (payload
: CompositionEvent
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | CompositionEvent |
Returns
void
Inherited from
SVGAttributes.onCompositionend
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1381
onCompositionstart
• Optional
onCompositionstart: (payload
: CompositionEvent
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | CompositionEvent |
Returns
void
Inherited from
SVGAttributes.onCompositionstart
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1382
onCompositionupdate
• Optional
onCompositionupdate: (payload
: CompositionEvent
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | CompositionEvent |
Returns
void
Inherited from
SVGAttributes.onCompositionupdate
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1383
onContextmenu
• Optional
onContextmenu: (payload
: MouseEvent
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | MouseEvent |
Returns
void
Inherited from
SVGAttributes.onContextmenu
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1421
onCopy
• Optional
onCopy: (payload
: ClipboardEvent
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | ClipboardEvent |
Returns
void
Inherited from
SVGAttributes.onCopy
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1376
onCut
• Optional
onCut: (payload
: ClipboardEvent
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | ClipboardEvent |
Returns
void
Inherited from
SVGAttributes.onCut
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1377
onDblclick
• Optional
onDblclick: (payload
: MouseEvent
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | MouseEvent |
Returns
void
Inherited from
SVGAttributes.onDblclick
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1422
onDrag
• Optional
onDrag: (payload
: DragEvent
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | DragEvent |
Returns
void
Inherited from
SVGAttributes.onDrag
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1386
onDragend
• Optional
onDragend: (payload
: DragEvent
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | DragEvent |
Returns
void
Inherited from
SVGAttributes.onDragend
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1387
onDragenter
• Optional
onDragenter: (payload
: DragEvent
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | DragEvent |
Returns
void
Inherited from
SVGAttributes.onDragenter
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1388
onDragexit
• Optional
onDragexit: (payload
: DragEvent
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | DragEvent |
Returns
void
Inherited from
SVGAttributes.onDragexit
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1389
onDragleave
• Optional
onDragleave: (payload
: DragEvent
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | DragEvent |
Returns
void
Inherited from
SVGAttributes.onDragleave
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1390
onDragover
• Optional
onDragover: (payload
: DragEvent
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | DragEvent |
Returns
void
Inherited from
SVGAttributes.onDragover
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1391
onDragstart
• Optional
onDragstart: (payload
: DragEvent
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | DragEvent |
Returns
void
Inherited from
SVGAttributes.onDragstart
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1392
onDrop
• Optional
onDrop: (payload
: DragEvent
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | DragEvent |
Returns
void
Inherited from
SVGAttributes.onDrop
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1393
onDurationchange
• Optional
onDurationchange: (payload
: Event
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | Event |
Returns
void
Inherited from
SVGAttributes.onDurationchange
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1435
onEmptied
• Optional
onEmptied: (payload
: Event
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | Event |
Returns
void
Inherited from
SVGAttributes.onEmptied
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1436
onEncrypted
• Optional
onEncrypted: (payload
: Event
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | Event |
Returns
void
Inherited from
SVGAttributes.onEncrypted
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1437
onEnded
• Optional
onEnded: (payload
: Event
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | Event |
Returns
void
Inherited from
SVGAttributes.onEnded
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1438
onError
• Optional
onError: (payload
: Event
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | Event |
Returns
void
Inherited from
SVGAttributes.onError
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1411
onFocus
• Optional
onFocus: (payload
: FocusEvent
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | FocusEvent |
Returns
void
Inherited from
SVGAttributes.onFocus
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1396
onFocusin
• Optional
onFocusin: (payload
: FocusEvent
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | FocusEvent |
Returns
void
Inherited from
SVGAttributes.onFocusin
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1397
onFocusout
• Optional
onFocusout: (payload
: FocusEvent
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | FocusEvent |
Returns
void
Inherited from
SVGAttributes.onFocusout
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1398
onInput
• Optional
onInput: (payload
: Event
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | Event |
Returns
void
Inherited from
SVGAttributes.onInput
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1404
onInvalid
• Optional
onInvalid: (payload
: Event
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | Event |
Returns
void
Inherited from
SVGAttributes.onInvalid
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1407
onKeydown
• Optional
onKeydown: (payload
: KeyboardEvent
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | KeyboardEvent |
Returns
void
Inherited from
SVGAttributes.onKeydown
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1414
onKeypress
• Optional
onKeypress: (payload
: KeyboardEvent
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | KeyboardEvent |
Returns
void
Inherited from
SVGAttributes.onKeypress
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1415
onKeyup
• Optional
onKeyup: (payload
: KeyboardEvent
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | KeyboardEvent |
Returns
void
Inherited from
SVGAttributes.onKeyup
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1416
onLoad
• Optional
onLoad: (payload
: Event
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | Event |
Returns
void
Inherited from
SVGAttributes.onLoad
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1410
onLoadeddata
• Optional
onLoadeddata: (payload
: Event
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | Event |
Returns
void
Inherited from
SVGAttributes.onLoadeddata
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1439
onLoadedmetadata
• Optional
onLoadedmetadata: (payload
: Event
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | Event |
Returns
void
Inherited from
SVGAttributes.onLoadedmetadata
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1440
onLoadstart
• Optional
onLoadstart: (payload
: Event
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | Event |
Returns
void
Inherited from
SVGAttributes.onLoadstart
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1441
onMousedown
• Optional
onMousedown: (payload
: MouseEvent
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | MouseEvent |
Returns
void
Inherited from
SVGAttributes.onMousedown
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1423
onMouseenter
• Optional
onMouseenter: (payload
: MouseEvent
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | MouseEvent |
Returns
void
Inherited from
SVGAttributes.onMouseenter
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1424
onMouseleave
• Optional
onMouseleave: (payload
: MouseEvent
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | MouseEvent |
Returns
void
Inherited from
SVGAttributes.onMouseleave
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1425
onMousemove
• Optional
onMousemove: (payload
: MouseEvent
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | MouseEvent |
Returns
void
Inherited from
SVGAttributes.onMousemove
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1426
onMouseout
• Optional
onMouseout: (payload
: MouseEvent
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | MouseEvent |
Returns
void
Inherited from
SVGAttributes.onMouseout
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1427
onMouseover
• Optional
onMouseover: (payload
: MouseEvent
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | MouseEvent |
Returns
void
Inherited from
SVGAttributes.onMouseover
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1428
onMouseup
• Optional
onMouseup: (payload
: MouseEvent
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | MouseEvent |
Returns
void
Inherited from
SVGAttributes.onMouseup
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1429
onPaste
• Optional
onPaste: (payload
: ClipboardEvent
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | ClipboardEvent |
Returns
void
Inherited from
SVGAttributes.onPaste
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1378
onPause
• Optional
onPause: (payload
: Event
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | Event |
Returns
void
Inherited from
SVGAttributes.onPause
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1442
onPlay
• Optional
onPlay: (payload
: Event
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | Event |
Returns
void
Inherited from
SVGAttributes.onPlay
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1443
onPlaying
• Optional
onPlaying: (payload
: Event
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | Event |
Returns
void
Inherited from
SVGAttributes.onPlaying
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1444
onPointercancel
• Optional
onPointercancel: (payload
: PointerEvent
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | PointerEvent |
Returns
void
Inherited from
SVGAttributes.onPointercancel
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1471
onPointerdown
• Optional
onPointerdown: (payload
: PointerEvent
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | PointerEvent |
Returns
void
Inherited from
SVGAttributes.onPointerdown
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1468
onPointerenter
• Optional
onPointerenter: (payload
: PointerEvent
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | PointerEvent |
Returns
void
Inherited from
SVGAttributes.onPointerenter
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1472
onPointerleave
• Optional
onPointerleave: (payload
: PointerEvent
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | PointerEvent |
Returns
void
Inherited from
SVGAttributes.onPointerleave
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1473
onPointermove
• Optional
onPointermove: (payload
: PointerEvent
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | PointerEvent |
Returns
void
Inherited from
SVGAttributes.onPointermove
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1469
onPointerout
• Optional
onPointerout: (payload
: PointerEvent
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | PointerEvent |
Returns
void
Inherited from
SVGAttributes.onPointerout
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1475
onPointerover
• Optional
onPointerover: (payload
: PointerEvent
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | PointerEvent |
Returns
void
Inherited from
SVGAttributes.onPointerover
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1474
onPointerup
• Optional
onPointerup: (payload
: PointerEvent
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | PointerEvent |
Returns
void
Inherited from
SVGAttributes.onPointerup
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1470
onProgress
• Optional
onProgress: (payload
: Event
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | Event |
Returns
void
Inherited from
SVGAttributes.onProgress
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1445
onRatechange
• Optional
onRatechange: (payload
: Event
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | Event |
Returns
void
Inherited from
SVGAttributes.onRatechange
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1446
onReset
• Optional
onReset: (payload
: Event
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | Event |
Returns
void
Inherited from
SVGAttributes.onReset
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1405
onScroll
• Optional
onScroll: (payload
: UIEvent
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | UIEvent |
Returns
void
Inherited from
SVGAttributes.onScroll
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1459
onSeeked
• Optional
onSeeked: (payload
: Event
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | Event |
Returns
void
Inherited from
SVGAttributes.onSeeked
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1447
onSeeking
• Optional
onSeeking: (payload
: Event
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | Event |
Returns
void
Inherited from
SVGAttributes.onSeeking
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1448
onSelect
• Optional
onSelect: (payload
: Event
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | Event |
Returns
void
Inherited from
SVGAttributes.onSelect
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1456
onStalled
• Optional
onStalled: (payload
: Event
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | Event |
Returns
void
Inherited from
SVGAttributes.onStalled
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1449
onSubmit
• Optional
onSubmit: (payload
: Event
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | Event |
Returns
void
Inherited from
SVGAttributes.onSubmit
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1406
onSuspend
• Optional
onSuspend: (payload
: Event
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | Event |
Returns
void
Inherited from
SVGAttributes.onSuspend
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1450
onTimeupdate
• Optional
onTimeupdate: (payload
: Event
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | Event |
Returns
void
Inherited from
SVGAttributes.onTimeupdate
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1451
onTouchcancel
• Optional
onTouchcancel: (payload
: TouchEvent
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | TouchEvent |
Returns
void
Inherited from
SVGAttributes.onTouchcancel
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1462
onTouchend
• Optional
onTouchend: (payload
: TouchEvent
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | TouchEvent |
Returns
void
Inherited from
SVGAttributes.onTouchend
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1463
onTouchmove
• Optional
onTouchmove: (payload
: TouchEvent
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | TouchEvent |
Returns
void
Inherited from
SVGAttributes.onTouchmove
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1464
onTouchstart
• Optional
onTouchstart: (payload
: TouchEvent
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | TouchEvent |
Returns
void
Inherited from
SVGAttributes.onTouchstart
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1465
onTransitionend
• Optional
onTransitionend: (payload
: TransitionEvent
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | TransitionEvent |
Returns
void
Inherited from
SVGAttributes.onTransitionend
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1486
onTransitionstart
• Optional
onTransitionstart: (payload
: TransitionEvent
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | TransitionEvent |
Returns
void
Inherited from
SVGAttributes.onTransitionstart
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1487
onVolumechange
• Optional
onVolumechange: (payload
: Event
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | Event |
Returns
void
Inherited from
SVGAttributes.onVolumechange
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1452
onWaiting
• Optional
onWaiting: (payload
: Event
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | Event |
Returns
void
Inherited from
SVGAttributes.onWaiting
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1453
onWheel
• Optional
onWheel: (payload
: WheelEvent
) => void
Type declaration
▸ (payload
): void
Parameters
Name | Type |
---|---|
payload | WheelEvent |
Returns
void
Inherited from
SVGAttributes.onWheel
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1478
opacity
• Optional
opacity: Numberish
Inherited from
SVGAttributes.opacity
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1076
operator
• Optional
operator: Numberish
Inherited from
SVGAttributes.operator
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1077
order
• Optional
order: Numberish
Inherited from
SVGAttributes.order
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1078
orient
• Optional
orient: Numberish
Inherited from
SVGAttributes.orient
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1079
orientation
• Optional
orientation: Numberish
Inherited from
SVGAttributes.orientation
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1080
origin
• Optional
origin: Numberish
Inherited from
SVGAttributes.origin
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1081
overflow
• Optional
overflow: Numberish
Inherited from
SVGAttributes.overflow
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1082
overline-position
• Optional
overline-position: Numberish
Inherited from
SVGAttributes.overline-position
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1083
overline-thickness
• Optional
overline-thickness: Numberish
Inherited from
SVGAttributes.overline-thickness
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1084
paint-order
• Optional
paint-order: Numberish
Inherited from
SVGAttributes.paint-order
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1085
panose-1
• Optional
panose-1: Numberish
Inherited from
SVGAttributes.panose-1
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1086
pathLength
• Optional
pathLength: Numberish
Inherited from
SVGAttributes.pathLength
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1087
patternContentUnits
• Optional
patternContentUnits: string
Inherited from
SVGAttributes.patternContentUnits
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1088
patternTransform
• Optional
patternTransform: Numberish
Inherited from
SVGAttributes.patternTransform
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1089
patternUnits
• Optional
patternUnits: string
Inherited from
SVGAttributes.patternUnits
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1090
pointer-events
• Optional
pointer-events: Numberish
Inherited from
SVGAttributes.pointer-events
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1091
points
• Optional
points: string
Inherited from
SVGAttributes.points
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1092
pointsAtX
• Optional
pointsAtX: Numberish
Inherited from
SVGAttributes.pointsAtX
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1093
pointsAtY
• Optional
pointsAtY: Numberish
Inherited from
SVGAttributes.pointsAtY
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1094
pointsAtZ
• Optional
pointsAtZ: Numberish
Inherited from
SVGAttributes.pointsAtZ
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1095
preserveAlpha
• Optional
preserveAlpha: Numberish
Inherited from
SVGAttributes.preserveAlpha
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1096
preserveAspectRatio
• Optional
preserveAspectRatio: string
Inherited from
SVGAttributes.preserveAspectRatio
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1097
primitiveUnits
• Optional
primitiveUnits: Numberish
Inherited from
SVGAttributes.primitiveUnits
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1098
r
• Optional
r: Numberish
Inherited from
SVGAttributes.r
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1099
radius
• Optional
radius: Numberish
Inherited from
SVGAttributes.radius
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1100
refX
• Optional
refX: Numberish
Inherited from
SVGAttributes.refX
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1101
refY
• Optional
refY: Numberish
Inherited from
SVGAttributes.refY
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1102
renderingIntent
• Optional
renderingIntent: Numberish
Inherited from
SVGAttributes.renderingIntent
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1103
repeatCount
• Optional
repeatCount: Numberish
Inherited from
SVGAttributes.repeatCount
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1104
repeatDur
• Optional
repeatDur: Numberish
Inherited from
SVGAttributes.repeatDur
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1105
requiredExtensions
• Optional
requiredExtensions: Numberish
Inherited from
SVGAttributes.requiredExtensions
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1106
requiredFeatures
• Optional
requiredFeatures: Numberish
Inherited from
SVGAttributes.requiredFeatures
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1107
restart
• Optional
restart: Numberish
Inherited from
SVGAttributes.restart
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1108
result
• Optional
result: string
Inherited from
SVGAttributes.result
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1109
role
• Optional
role: string
Inherited from
SVGAttributes.role
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:941
rotate
• Optional
rotate: Numberish
Inherited from
SVGAttributes.rotate
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1110
rx
• Optional
rx: Numberish
Inherited from
SVGAttributes.rx
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1111
ry
• Optional
ry: Numberish
Inherited from
SVGAttributes.ry
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1112
scale
• Optional
scale: Numberish
Inherited from
SVGAttributes.scale
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1113
seed
• Optional
seed: Numberish
Inherited from
SVGAttributes.seed
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1114
shape-rendering
• Optional
shape-rendering: Numberish
Inherited from
SVGAttributes.shape-rendering
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1115
slope
• Optional
slope: Numberish
Inherited from
SVGAttributes.slope
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1116
spacing
• Optional
spacing: Numberish
Inherited from
SVGAttributes.spacing
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1117
specularConstant
• Optional
specularConstant: Numberish
Inherited from
SVGAttributes.specularConstant
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1118
specularExponent
• Optional
specularExponent: Numberish
Inherited from
SVGAttributes.specularExponent
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1119
speed
• Optional
speed: Numberish
Inherited from
SVGAttributes.speed
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1120
spreadMethod
• Optional
spreadMethod: string
Inherited from
SVGAttributes.spreadMethod
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1121
startNode
• startNode: Object
Type declaration
Name | Type |
---|---|
id | string |
Defined in
profectus/src/features/links/links.ts:15
startOffset
• Optional
startOffset: Numberish
Inherited from
SVGAttributes.startOffset
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1122
stdDeviation
• Optional
stdDeviation: Numberish
Inherited from
SVGAttributes.stdDeviation
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1123
stemh
• Optional
stemh: Numberish
Inherited from
SVGAttributes.stemh
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1124
stemv
• Optional
stemv: Numberish
Inherited from
SVGAttributes.stemv
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1125
stitchTiles
• Optional
stitchTiles: Numberish
Inherited from
SVGAttributes.stitchTiles
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1126
stop-color
• Optional
stop-color: string
Inherited from
SVGAttributes.stop-color
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1127
stop-opacity
• Optional
stop-opacity: Numberish
Inherited from
SVGAttributes.stop-opacity
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1128
strikethrough-position
• Optional
strikethrough-position: Numberish
Inherited from
SVGAttributes.strikethrough-position
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1129
strikethrough-thickness
• Optional
strikethrough-thickness: Numberish
Inherited from
SVGAttributes.strikethrough-thickness
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1130
string
• Optional
string: Numberish
Inherited from
SVGAttributes.string
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1131
stroke
• Optional
stroke: string
Inherited from
SVGAttributes.stroke
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1132
stroke-dasharray
• Optional
stroke-dasharray: Numberish
Inherited from
SVGAttributes.stroke-dasharray
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1133
stroke-dashoffset
• Optional
stroke-dashoffset: Numberish
Inherited from
SVGAttributes.stroke-dashoffset
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1134
stroke-linecap
• Optional
stroke-linecap: "inherit"
| "butt"
| "round"
| "square"
Inherited from
SVGAttributes.stroke-linecap
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1135
stroke-linejoin
• Optional
stroke-linejoin: "inherit"
| "round"
| "miter"
| "bevel"
Inherited from
SVGAttributes.stroke-linejoin
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1136
stroke-miterlimit
• Optional
stroke-miterlimit: Numberish
Inherited from
SVGAttributes.stroke-miterlimit
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1137
stroke-opacity
• Optional
stroke-opacity: Numberish
Inherited from
SVGAttributes.stroke-opacity
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1138
stroke-width
• Optional
stroke-width: Numberish
Inherited from
SVGAttributes.stroke-width
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1139
style
• Optional
style: string
| CSSProperties
Inherited from
SVGAttributes.style
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:925
surfaceScale
• Optional
surfaceScale: Numberish
Inherited from
SVGAttributes.surfaceScale
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1140
systemLanguage
• Optional
systemLanguage: Numberish
Inherited from
SVGAttributes.systemLanguage
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1141
tabindex
• Optional
tabindex: Numberish
Inherited from
SVGAttributes.tabindex
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:942
tableValues
• Optional
tableValues: Numberish
Inherited from
SVGAttributes.tableValues
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1142
target
• Optional
target: string
Inherited from
SVGAttributes.target
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:936
targetX
• Optional
targetX: Numberish
Inherited from
SVGAttributes.targetX
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1143
targetY
• Optional
targetY: Numberish
Inherited from
SVGAttributes.targetY
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1144
text-anchor
• Optional
text-anchor: string
Inherited from
SVGAttributes.text-anchor
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1145
text-decoration
• Optional
text-decoration: Numberish
Inherited from
SVGAttributes.text-decoration
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1146
text-rendering
• Optional
text-rendering: Numberish
Inherited from
SVGAttributes.text-rendering
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1148
textLength
• Optional
textLength: Numberish
Inherited from
SVGAttributes.textLength
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1147
to
• Optional
to: Numberish
Inherited from
SVGAttributes.to
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1149
transform
• Optional
transform: string
Inherited from
SVGAttributes.transform
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1150
type
• Optional
type: string
Inherited from
SVGAttributes.type
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:937
u1
• Optional
u1: Numberish
Inherited from
SVGAttributes.u1
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1151
u2
• Optional
u2: Numberish
Inherited from
SVGAttributes.u2
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1152
underline-position
• Optional
underline-position: Numberish
Inherited from
SVGAttributes.underline-position
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1153
underline-thickness
• Optional
underline-thickness: Numberish
Inherited from
SVGAttributes.underline-thickness
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1154
unicode
• Optional
unicode: Numberish
Inherited from
SVGAttributes.unicode
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1155
unicode-bidi
• Optional
unicode-bidi: Numberish
Inherited from
SVGAttributes.unicode-bidi
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1156
unicode-range
• Optional
unicode-range: Numberish
Inherited from
SVGAttributes.unicode-range
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1157
unitsPer-em
• Optional
unitsPer-em: Numberish
Inherited from
SVGAttributes.unitsPer-em
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1158
v-alphabetic
• Optional
v-alphabetic: Numberish
Inherited from
SVGAttributes.v-alphabetic
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1159
v-hanging
• Optional
v-hanging: Numberish
Inherited from
SVGAttributes.v-hanging
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1166
v-ideographic
• Optional
v-ideographic: Numberish
Inherited from
SVGAttributes.v-ideographic
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1167
v-mathematical
• Optional
v-mathematical: Numberish
Inherited from
SVGAttributes.v-mathematical
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1171
values
• Optional
values: string
Inherited from
SVGAttributes.values
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1160
vector-effect
• Optional
vector-effect: Numberish
Inherited from
SVGAttributes.vector-effect
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1161
version
• Optional
version: string
Inherited from
SVGAttributes.version
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1162
vert-adv-y
• Optional
vert-adv-y: Numberish
Inherited from
SVGAttributes.vert-adv-y
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1163
vert-origin-x
• Optional
vert-origin-x: Numberish
Inherited from
SVGAttributes.vert-origin-x
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1164
vert-origin-y
• Optional
vert-origin-y: Numberish
Inherited from
SVGAttributes.vert-origin-y
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1165
viewBox
• Optional
viewBox: string
Inherited from
SVGAttributes.viewBox
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1168
viewTarget
• Optional
viewTarget: Numberish
Inherited from
SVGAttributes.viewTarget
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1169
visibility
• Optional
visibility: Numberish
Inherited from
SVGAttributes.visibility
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1170
width
• Optional
width: Numberish
Inherited from
SVGAttributes.width
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:938
widths
• Optional
widths: Numberish
Inherited from
SVGAttributes.widths
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1172
word-spacing
• Optional
word-spacing: Numberish
Inherited from
SVGAttributes.word-spacing
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1173
writing-mode
• Optional
writing-mode: Numberish
Inherited from
SVGAttributes.writing-mode
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1174
x
• Optional
x: Numberish
Inherited from
SVGAttributes.x
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1177
x-height
• Optional
x-height: Numberish
Inherited from
SVGAttributes.x-height
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1179
x1
• Optional
x1: Numberish
Inherited from
SVGAttributes.x1
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1175
x2
• Optional
x2: Numberish
Inherited from
SVGAttributes.x2
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1176
xChannelSelector
• Optional
xChannelSelector: string
Inherited from
SVGAttributes.xChannelSelector
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1178
xlinkActuate
• Optional
xlinkActuate: string
Inherited from
SVGAttributes.xlinkActuate
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1180
xlinkArcrole
• Optional
xlinkArcrole: string
Inherited from
SVGAttributes.xlinkArcrole
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1181
xlinkHref
• Optional
xlinkHref: string
Inherited from
SVGAttributes.xlinkHref
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1182
xlinkRole
• Optional
xlinkRole: string
Inherited from
SVGAttributes.xlinkRole
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1183
xlinkShow
• Optional
xlinkShow: string
Inherited from
SVGAttributes.xlinkShow
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1184
xlinkTitle
• Optional
xlinkTitle: string
Inherited from
SVGAttributes.xlinkTitle
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1185
xlinkType
• Optional
xlinkType: string
Inherited from
SVGAttributes.xlinkType
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1186
xmlns
• Optional
xmlns: string
Inherited from
SVGAttributes.xmlns
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1187
y
• Optional
y: Numberish
Inherited from
SVGAttributes.y
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1190
y1
• Optional
y1: Numberish
Inherited from
SVGAttributes.y1
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1188
y2
• Optional
y2: Numberish
Inherited from
SVGAttributes.y2
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1189
yChannelSelector
• Optional
yChannelSelector: string
Inherited from
SVGAttributes.yChannelSelector
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1191
z
• Optional
z: Numberish
Inherited from
SVGAttributes.z
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1192
zoomAndPan
• Optional
zoomAndPan: string
Inherited from
SVGAttributes.zoomAndPan
Defined in
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1193