Skip to content
On this page

Interface: TreeBranch

features/trees/tree.TreeBranch

Hierarchy

  • Omit<Link, "startNode" | "endNode">

    TreeBranch

Properties

accent-height

Optional accent-height: Numberish

Inherited from

Omit.accent-height

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:926


accumulate

Optional accumulate: "none" | "sum"

Inherited from

Omit.accumulate

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:927


additive

Optional additive: "replace" | "sum"

Inherited from

Omit.additive

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:928


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

Omit.alignment-baseline

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:929


allowReorder

Optional allowReorder: "no" | "yes"

Inherited from

Omit.allowReorder

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:943


alphabetic

Optional alphabetic: Numberish

Inherited from

Omit.alphabetic

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:944


amplitude

Optional amplitude: Numberish

Inherited from

Omit.amplitude

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:945


arabic-form

Optional arabic-form: "initial" | "medial" | "terminal" | "isolated"

Inherited from

Omit.arabic-form

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:946


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

Omit.aria-activedescendant

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:220


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

Omit.aria-atomic

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:222


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

Omit.aria-autocomplete

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:227


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

Omit.aria-busy

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:229


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

Omit.aria-checked

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:234


aria-colcount

Optional aria-colcount: Numberish

Defines the total number of columns in a table, grid, or treegrid.

See

aria-colindex.

Inherited from

Omit.aria-colcount

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:239


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

Omit.aria-colindex

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:244


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

Omit.aria-colspan

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:249


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

Omit.aria-controls

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:254


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

Omit.aria-current

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:256


aria-describedby

Optional aria-describedby: string

Identifies the element (or elements) that describes the object.

See

aria-labelledby

Inherited from

Omit.aria-describedby

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:261


aria-details

Optional aria-details: string

Identifies the element that provides a detailed, extended description for the object.

See

aria-describedby.

Inherited from

Omit.aria-details

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:266


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

Omit.aria-disabled

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:271


aria-dropeffect

Optional aria-dropeffect: "link" | "none" | "copy" | "execute" | "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

Omit.aria-dropeffect

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:276


aria-errormessage

Optional aria-errormessage: string

Identifies the element that provides an error message for the object.

See

  • aria-invalid
  • aria-describedby.

Inherited from

Omit.aria-errormessage

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:281


aria-expanded

Optional aria-expanded: Booleanish

Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.

Inherited from

Omit.aria-expanded

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:283


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

Omit.aria-flowto

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:288


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

Omit.aria-grabbed

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:293


aria-haspopup

Optional aria-haspopup: "tree" | "grid" | Booleanish | "menu" | "listbox" | "dialog"

Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.

Inherited from

Omit.aria-haspopup

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:295


aria-hidden

Optional aria-hidden: Booleanish

Indicates whether the element is exposed to an accessibility API.

See

aria-disabled.

Inherited from

Omit.aria-hidden

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:300


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

Omit.aria-invalid

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:305


aria-keyshortcuts

Optional aria-keyshortcuts: string

Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.

Inherited from

Omit.aria-keyshortcuts

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:307


aria-label

Optional aria-label: string

Defines a string value that labels the current element.

See

aria-labelledby.

Inherited from

Omit.aria-label

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:312


aria-labelledby

Optional aria-labelledby: string

Identifies the element (or elements) that labels the current element.

See

aria-describedby.

Inherited from

Omit.aria-labelledby

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:317


aria-level

Optional aria-level: Numberish

Defines the hierarchical level of an element within a structure.

Inherited from

Omit.aria-level

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:319


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

Omit.aria-live

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:321


aria-modal

Optional aria-modal: Booleanish

Indicates whether an element is modal when displayed.

Inherited from

Omit.aria-modal

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:323


aria-multiline

Optional aria-multiline: Booleanish

Indicates whether a text box accepts multiple lines of input or only a single line.

Inherited from

Omit.aria-multiline

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:325


aria-multiselectable

Optional aria-multiselectable: Booleanish

Indicates that the user may select more than one item from the current selectable descendants.

Inherited from

Omit.aria-multiselectable

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:327


aria-orientation

Optional aria-orientation: "horizontal" | "vertical"

Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.

Inherited from

Omit.aria-orientation

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:329


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

Omit.aria-owns

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:335


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

Omit.aria-placeholder

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:340


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

Omit.aria-posinset

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:345


aria-pressed

Optional aria-pressed: Booleanish | "mixed"

Indicates the current "pressed" state of toggle buttons.

See

  • aria-checked
  • aria-selected.

Inherited from

Omit.aria-pressed

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:350


aria-readonly

Optional aria-readonly: Booleanish

Indicates that the element is not editable, but is otherwise operable.

See

aria-disabled.

Inherited from

Omit.aria-readonly

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:355


aria-relevant

Optional aria-relevant: "all" | "additions" | "additions text" | "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

Omit.aria-relevant

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:360


aria-required

Optional aria-required: Booleanish

Indicates that user input is required on the element before a form may be submitted.

Inherited from

Omit.aria-required

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:362


aria-roledescription

Optional aria-roledescription: string

Defines a human-readable, author-localized description for the role of an element.

Inherited from

Omit.aria-roledescription

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:364


aria-rowcount

Optional aria-rowcount: Numberish

Defines the total number of rows in a table, grid, or treegrid.

See

aria-rowindex.

Inherited from

Omit.aria-rowcount

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:369


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

Omit.aria-rowindex

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:374


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

Omit.aria-rowspan

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:379


aria-selected

Optional aria-selected: Booleanish

Indicates the current "selected" state of various widgets.

See

  • aria-checked
  • aria-pressed.

Inherited from

Omit.aria-selected

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:384


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

Omit.aria-setsize

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:389


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

Omit.aria-sort

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:391


aria-valuemax

Optional aria-valuemax: Numberish

Defines the maximum allowed value for a range widget.

Inherited from

Omit.aria-valuemax

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:393


aria-valuemin

Optional aria-valuemin: Numberish

Defines the minimum allowed value for a range widget.

Inherited from

Omit.aria-valuemin

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:395


aria-valuenow

Optional aria-valuenow: Numberish

Defines the current value for a range widget.

See

aria-valuetext.

Inherited from

Omit.aria-valuenow

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:400


aria-valuetext

Optional aria-valuetext: string

Defines the human readable text alternative of aria-valuenow for a range widget.

Inherited from

Omit.aria-valuetext

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:402


ascent

Optional ascent: Numberish

Inherited from

Omit.ascent

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:947


attributeName

Optional attributeName: string

Inherited from

Omit.attributeName

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:948


attributeType

Optional attributeType: string

Inherited from

Omit.attributeType

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:949


autoReverse

Optional autoReverse: Numberish

Inherited from

Omit.autoReverse

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:950


azimuth

Optional azimuth: Numberish

Inherited from

Omit.azimuth

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:951


baseFrequency

Optional baseFrequency: Numberish

Inherited from

Omit.baseFrequency

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:952


baseProfile

Optional baseProfile: Numberish

Inherited from

Omit.baseProfile

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:954


baseline-shift

Optional baseline-shift: Numberish

Inherited from

Omit.baseline-shift

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:953


bbox

Optional bbox: Numberish

Inherited from

Omit.bbox

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:955


begin

Optional begin: Numberish

Inherited from

Omit.begin

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:956


bias

Optional bias: Numberish

Inherited from

Omit.bias

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:957


by

Optional by: Numberish

Inherited from

Omit.by

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:958


calcMode

Optional calcMode: Numberish

Inherited from

Omit.calcMode

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:959


cap-height

Optional cap-height: Numberish

Inherited from

Omit.cap-height

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:960


class

Optional class: any

SVG Styling Attributes

See

https://www.w3.org/TR/SVG/styling.html#ElementSpecificStyling

Inherited from

Omit.class

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:905


clip

Optional clip: Numberish

Inherited from

Omit.clip

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:961


clip-path

Optional clip-path: string

Inherited from

Omit.clip-path

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:962


clip-rule

Optional clip-rule: Numberish

Inherited from

Omit.clip-rule

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:964


clipPathUnits

Optional clipPathUnits: Numberish

Inherited from

Omit.clipPathUnits

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:963


color

Optional color: string

Inherited from

Omit.color

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:908


color-interpolation

Optional color-interpolation: Numberish

Inherited from

Omit.color-interpolation

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:965


color-interpolation-filters

Optional color-interpolation-filters: "auto" | "inherit" | "sRGB" | "linearRGB"

Inherited from

Omit.color-interpolation-filters

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:966


color-profile

Optional color-profile: Numberish

Inherited from

Omit.color-profile

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:967


color-rendering

Optional color-rendering: Numberish

Inherited from

Omit.color-rendering

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:968


contentScriptType

Optional contentScriptType: Numberish

Inherited from

Omit.contentScriptType

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:969


contentStyleType

Optional contentStyleType: Numberish

Inherited from

Omit.contentStyleType

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:970


cursor

Optional cursor: Numberish

Inherited from

Omit.cursor

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:971


cx

Optional cx: Numberish

Inherited from

Omit.cx

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:972


cy

Optional cy: Numberish

Inherited from

Omit.cy

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:973


d

Optional d: string

Inherited from

Omit.d

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:974


decelerate

Optional decelerate: Numberish

Inherited from

Omit.decelerate

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:975


descent

Optional descent: Numberish

Inherited from

Omit.descent

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:976


diffuseConstant

Optional diffuseConstant: Numberish

Inherited from

Omit.diffuseConstant

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:977


direction

Optional direction: Numberish

Inherited from

Omit.direction

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:978


display

Optional display: Numberish

Inherited from

Omit.display

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:979


divisor

Optional divisor: Numberish

Inherited from

Omit.divisor

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:980


dominant-baseline

Optional dominant-baseline: Numberish

Inherited from

Omit.dominant-baseline

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:981


dur

Optional dur: Numberish

Inherited from

Omit.dur

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:982


dx

Optional dx: Numberish

Inherited from

Omit.dx

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:983


dy

Optional dy: Numberish

Inherited from

Omit.dy

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:984


edgeMode

Optional edgeMode: Numberish

Inherited from

Omit.edgeMode

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:985


elevation

Optional elevation: Numberish

Inherited from

Omit.elevation

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:986


enable-background

Optional enable-background: Numberish

Inherited from

Omit.enable-background

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:987


end

Optional end: Numberish

Inherited from

Omit.end

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:988


endNode

endNode: GenericTreeNode

Defined in

profectus/src/features/trees/tree.ts:140


exponent

Optional exponent: Numberish

Inherited from

Omit.exponent

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:989


externalResourcesRequired

Optional externalResourcesRequired: Numberish

Inherited from

Omit.externalResourcesRequired

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:990


fill

Optional fill: string

Inherited from

Omit.fill

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:991


fill-opacity

Optional fill-opacity: Numberish

Inherited from

Omit.fill-opacity

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:992


fill-rule

Optional fill-rule: "inherit" | "nonzero" | "evenodd"

Inherited from

Omit.fill-rule

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:993


filter

Optional filter: string

Inherited from

Omit.filter

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:994


filterRes

Optional filterRes: Numberish

Inherited from

Omit.filterRes

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:995


filterUnits

Optional filterUnits: Numberish

Inherited from

Omit.filterUnits

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:996


flood-color

Optional flood-color: Numberish

Inherited from

Omit.flood-color

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:997


flood-opacity

Optional flood-opacity: Numberish

Inherited from

Omit.flood-opacity

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:998


focusable

Optional focusable: Numberish

Inherited from

Omit.focusable

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:999


font-family

Optional font-family: string

Inherited from

Omit.font-family

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1000


font-size

Optional font-size: Numberish

Inherited from

Omit.font-size

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1001


font-size-adjust

Optional font-size-adjust: Numberish

Inherited from

Omit.font-size-adjust

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1002


font-stretch

Optional font-stretch: Numberish

Inherited from

Omit.font-stretch

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1003


font-style

Optional font-style: Numberish

Inherited from

Omit.font-style

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1004


font-variant

Optional font-variant: Numberish

Inherited from

Omit.font-variant

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1005


font-weight

Optional font-weight: Numberish

Inherited from

Omit.font-weight

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1006


format

Optional format: Numberish

Inherited from

Omit.format

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1007


from

Optional from: Numberish

Inherited from

Omit.from

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1008


fx

Optional fx: Numberish

Inherited from

Omit.fx

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1009


fy

Optional fy: Numberish

Inherited from

Omit.fy

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1010


g1

Optional g1: Numberish

Inherited from

Omit.g1

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1011


g2

Optional g2: Numberish

Inherited from

Omit.g2

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1012


glyph-name

Optional glyph-name: Numberish

Inherited from

Omit.glyph-name

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1013


glyph-orientation-horizontal

Optional glyph-orientation-horizontal: Numberish

Inherited from

Omit.glyph-orientation-horizontal

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1014


glyph-orientation-vertical

Optional glyph-orientation-vertical: Numberish

Inherited from

Omit.glyph-orientation-vertical

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1015


glyphRef

Optional glyphRef: Numberish

Inherited from

Omit.glyphRef

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1016


gradientTransform

Optional gradientTransform: string

Inherited from

Omit.gradientTransform

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1017


gradientUnits

Optional gradientUnits: string

Inherited from

Omit.gradientUnits

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1018


hanging

Optional hanging: Numberish

Inherited from

Omit.hanging

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1019


height

Optional height: Numberish

Inherited from

Omit.height

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:909


horiz-adv-x

Optional horiz-adv-x: Numberish

Inherited from

Omit.horiz-adv-x

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1020


horiz-origin-x

Optional horiz-origin-x: Numberish

Inherited from

Omit.horiz-origin-x

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1021


href

Optional href: string

Inherited from

Omit.href

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1022


id

Optional id: string

Inherited from

Omit.id

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:910


ideographic

Optional ideographic: Numberish

Inherited from

Omit.ideographic

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1023


image-rendering

Optional image-rendering: Numberish

Inherited from

Omit.image-rendering

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1024


in

Optional in: string

Inherited from

Omit.in

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1026


in2

Optional in2: Numberish

Inherited from

Omit.in2

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1025


innerHTML

Optional innerHTML: string

Inherited from

Omit.innerHTML

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:899


intercept

Optional intercept: Numberish

Inherited from

Omit.intercept

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1027


k

Optional k: Numberish

Inherited from

Omit.k

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1032


k1

Optional k1: Numberish

Inherited from

Omit.k1

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1028


k2

Optional k2: Numberish

Inherited from

Omit.k2

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1029


k3

Optional k3: Numberish

Inherited from

Omit.k3

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1030


k4

Optional k4: Numberish

Inherited from

Omit.k4

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1031


kernelMatrix

Optional kernelMatrix: Numberish

Inherited from

Omit.kernelMatrix

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1033


kernelUnitLength

Optional kernelUnitLength: Numberish

Inherited from

Omit.kernelUnitLength

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1034


kerning

Optional kerning: Numberish

Inherited from

Omit.kerning

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1035


keyPoints

Optional keyPoints: Numberish

Inherited from

Omit.keyPoints

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1036


keySplines

Optional keySplines: Numberish

Inherited from

Omit.keySplines

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1037


keyTimes

Optional keyTimes: Numberish

Inherited from

Omit.keyTimes

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1038


lang

Optional lang: string

Inherited from

Omit.lang

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:911


lengthAdjust

Optional lengthAdjust: Numberish

Inherited from

Omit.lengthAdjust

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1039


letter-spacing

Optional letter-spacing: Numberish

Inherited from

Omit.letter-spacing

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1040


lighting-color

Optional lighting-color: Numberish

Inherited from

Omit.lighting-color

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1041


limitingConeAngle

Optional limitingConeAngle: Numberish

Inherited from

Omit.limitingConeAngle

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1042


local

Optional local: Numberish

Inherited from

Omit.local

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1043


marker-end

Optional marker-end: string

Inherited from

Omit.marker-end

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1044


marker-mid

Optional marker-mid: string

Inherited from

Omit.marker-mid

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1046


marker-start

Optional marker-start: string

Inherited from

Omit.marker-start

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1047


markerHeight

Optional markerHeight: Numberish

Inherited from

Omit.markerHeight

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1045


markerUnits

Optional markerUnits: Numberish

Inherited from

Omit.markerUnits

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1048


markerWidth

Optional markerWidth: Numberish

Inherited from

Omit.markerWidth

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1049


mask

Optional mask: string

Inherited from

Omit.mask

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1050


maskContentUnits

Optional maskContentUnits: Numberish

Inherited from

Omit.maskContentUnits

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1051


maskUnits

Optional maskUnits: Numberish

Inherited from

Omit.maskUnits

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1052


mathematical

Optional mathematical: Numberish

Inherited from

Omit.mathematical

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1053


max

Optional max: Numberish

Inherited from

Omit.max

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:912


media

Optional media: string

Inherited from

Omit.media

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:913


method

Optional method: string

Inherited from

Omit.method

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:914


min

Optional min: Numberish

Inherited from

Omit.min

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:915


mode

Optional mode: Numberish

Inherited from

Omit.mode

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1054


name

Optional name: string

Inherited from

Omit.name

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:916


numOctaves

Optional numOctaves: Numberish

Inherited from

Omit.numOctaves

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1055


offset

Optional offset: Numberish

Inherited from

Omit.offset

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1056


offsetEnd

Optional offsetEnd: Position

Inherited from

Omit.offsetEnd

Defined in

profectus/src/features/links/links.ts:16


offsetStart

Optional offsetStart: Position

Inherited from

Omit.offsetStart

Defined in

profectus/src/features/links/links.ts:15


onAbort

Optional onAbort: (payload: Event) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadEvent
Returns

void

Inherited from

Omit.onAbort

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1413


onAnimationend

Optional onAnimationend: (payload: AnimationEvent) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadAnimationEvent
Returns

void

Inherited from

Omit.onAnimationend

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1463


onAnimationiteration

Optional onAnimationiteration: (payload: AnimationEvent) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadAnimationEvent
Returns

void

Inherited from

Omit.onAnimationiteration

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1464


onAnimationstart

Optional onAnimationstart: (payload: AnimationEvent) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadAnimationEvent
Returns

void

Inherited from

Omit.onAnimationstart

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1462


onAuxclick

Optional onAuxclick: (payload: MouseEvent) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadMouseEvent
Returns

void

Inherited from

Omit.onAuxclick

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1400


onBeforeinput

Optional onBeforeinput: (payload: Event) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadEvent
Returns

void

Inherited from

Omit.onBeforeinput

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1384


onBlur

Optional onBlur: (payload: FocusEvent) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadFocusEvent
Returns

void

Inherited from

Omit.onBlur

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1380


onCanplay

Optional onCanplay: (payload: Event) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadEvent
Returns

void

Inherited from

Omit.onCanplay

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1414


onCanplaythrough

Optional onCanplaythrough: (payload: Event) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadEvent
Returns

void

Inherited from

Omit.onCanplaythrough

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1415


onChange

Optional onChange: (payload: Event) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadEvent
Returns

void

Inherited from

Omit.onChange

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1383


onClick

Optional onClick: (payload: MouseEvent) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadMouseEvent
Returns

void

Inherited from

Omit.onClick

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1401


onCompositionend

Optional onCompositionend: (payload: CompositionEvent) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadCompositionEvent
Returns

void

Inherited from

Omit.onCompositionend

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1362


onCompositionstart

Optional onCompositionstart: (payload: CompositionEvent) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadCompositionEvent
Returns

void

Inherited from

Omit.onCompositionstart

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1363


onCompositionupdate

Optional onCompositionupdate: (payload: CompositionEvent) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadCompositionEvent
Returns

void

Inherited from

Omit.onCompositionupdate

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1364


onContextmenu

Optional onContextmenu: (payload: MouseEvent) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadMouseEvent
Returns

void

Inherited from

Omit.onContextmenu

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1402


onCopy

Optional onCopy: (payload: ClipboardEvent) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadClipboardEvent
Returns

void

Inherited from

Omit.onCopy

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1357


onCut

Optional onCut: (payload: ClipboardEvent) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadClipboardEvent
Returns

void

Inherited from

Omit.onCut

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1358


onDblclick

Optional onDblclick: (payload: MouseEvent) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadMouseEvent
Returns

void

Inherited from

Omit.onDblclick

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1403


onDrag

Optional onDrag: (payload: DragEvent) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadDragEvent
Returns

void

Inherited from

Omit.onDrag

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1367


onDragend

Optional onDragend: (payload: DragEvent) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadDragEvent
Returns

void

Inherited from

Omit.onDragend

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1368


onDragenter

Optional onDragenter: (payload: DragEvent) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadDragEvent
Returns

void

Inherited from

Omit.onDragenter

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1369


onDragexit

Optional onDragexit: (payload: DragEvent) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadDragEvent
Returns

void

Inherited from

Omit.onDragexit

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1370


onDragleave

Optional onDragleave: (payload: DragEvent) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadDragEvent
Returns

void

Inherited from

Omit.onDragleave

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1371


onDragover

Optional onDragover: (payload: DragEvent) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadDragEvent
Returns

void

Inherited from

Omit.onDragover

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1372


onDragstart

Optional onDragstart: (payload: DragEvent) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadDragEvent
Returns

void

Inherited from

Omit.onDragstart

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1373


onDrop

Optional onDrop: (payload: DragEvent) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadDragEvent
Returns

void

Inherited from

Omit.onDrop

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1374


onDurationchange

Optional onDurationchange: (payload: Event) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadEvent
Returns

void

Inherited from

Omit.onDurationchange

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1416


onEmptied

Optional onEmptied: (payload: Event) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadEvent
Returns

void

Inherited from

Omit.onEmptied

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1417


onEncrypted

Optional onEncrypted: (payload: Event) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadEvent
Returns

void

Inherited from

Omit.onEncrypted

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1418


onEnded

Optional onEnded: (payload: Event) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadEvent
Returns

void

Inherited from

Omit.onEnded

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1419


onError

Optional onError: (payload: Event) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadEvent
Returns

void

Inherited from

Omit.onError

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1392


onFocus

Optional onFocus: (payload: FocusEvent) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadFocusEvent
Returns

void

Inherited from

Omit.onFocus

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1377


onFocusin

Optional onFocusin: (payload: FocusEvent) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadFocusEvent
Returns

void

Inherited from

Omit.onFocusin

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1378


onFocusout

Optional onFocusout: (payload: FocusEvent) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadFocusEvent
Returns

void

Inherited from

Omit.onFocusout

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1379


onInput

Optional onInput: (payload: Event) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadEvent
Returns

void

Inherited from

Omit.onInput

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1385


onInvalid

Optional onInvalid: (payload: Event) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadEvent
Returns

void

Inherited from

Omit.onInvalid

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1388


onKeydown

Optional onKeydown: (payload: KeyboardEvent) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadKeyboardEvent
Returns

void

Inherited from

Omit.onKeydown

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1395


onKeypress

Optional onKeypress: (payload: KeyboardEvent) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadKeyboardEvent
Returns

void

Inherited from

Omit.onKeypress

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1396


onKeyup

Optional onKeyup: (payload: KeyboardEvent) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadKeyboardEvent
Returns

void

Inherited from

Omit.onKeyup

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1397


onLoad

Optional onLoad: (payload: Event) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadEvent
Returns

void

Inherited from

Omit.onLoad

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1391


onLoadeddata

Optional onLoadeddata: (payload: Event) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadEvent
Returns

void

Inherited from

Omit.onLoadeddata

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1420


onLoadedmetadata

Optional onLoadedmetadata: (payload: Event) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadEvent
Returns

void

Inherited from

Omit.onLoadedmetadata

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1421


onLoadstart

Optional onLoadstart: (payload: Event) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadEvent
Returns

void

Inherited from

Omit.onLoadstart

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1422


onMousedown

Optional onMousedown: (payload: MouseEvent) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadMouseEvent
Returns

void

Inherited from

Omit.onMousedown

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1404


onMouseenter

Optional onMouseenter: (payload: MouseEvent) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadMouseEvent
Returns

void

Inherited from

Omit.onMouseenter

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1405


onMouseleave

Optional onMouseleave: (payload: MouseEvent) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadMouseEvent
Returns

void

Inherited from

Omit.onMouseleave

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1406


onMousemove

Optional onMousemove: (payload: MouseEvent) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadMouseEvent
Returns

void

Inherited from

Omit.onMousemove

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1407


onMouseout

Optional onMouseout: (payload: MouseEvent) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadMouseEvent
Returns

void

Inherited from

Omit.onMouseout

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1408


onMouseover

Optional onMouseover: (payload: MouseEvent) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadMouseEvent
Returns

void

Inherited from

Omit.onMouseover

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1409


onMouseup

Optional onMouseup: (payload: MouseEvent) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadMouseEvent
Returns

void

Inherited from

Omit.onMouseup

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1410


onPaste

Optional onPaste: (payload: ClipboardEvent) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadClipboardEvent
Returns

void

Inherited from

Omit.onPaste

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1359


onPause

Optional onPause: (payload: Event) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadEvent
Returns

void

Inherited from

Omit.onPause

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1423


onPlay

Optional onPlay: (payload: Event) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadEvent
Returns

void

Inherited from

Omit.onPlay

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1424


onPlaying

Optional onPlaying: (payload: Event) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadEvent
Returns

void

Inherited from

Omit.onPlaying

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1425


onPointercancel

Optional onPointercancel: (payload: PointerEvent) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadPointerEvent
Returns

void

Inherited from

Omit.onPointercancel

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1452


onPointerdown

Optional onPointerdown: (payload: PointerEvent) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadPointerEvent
Returns

void

Inherited from

Omit.onPointerdown

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1449


onPointerenter

Optional onPointerenter: (payload: PointerEvent) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadPointerEvent
Returns

void

Inherited from

Omit.onPointerenter

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1453


onPointerleave

Optional onPointerleave: (payload: PointerEvent) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadPointerEvent
Returns

void

Inherited from

Omit.onPointerleave

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1454


onPointermove

Optional onPointermove: (payload: PointerEvent) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadPointerEvent
Returns

void

Inherited from

Omit.onPointermove

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1450


onPointerout

Optional onPointerout: (payload: PointerEvent) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadPointerEvent
Returns

void

Inherited from

Omit.onPointerout

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1456


onPointerover

Optional onPointerover: (payload: PointerEvent) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadPointerEvent
Returns

void

Inherited from

Omit.onPointerover

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1455


onPointerup

Optional onPointerup: (payload: PointerEvent) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadPointerEvent
Returns

void

Inherited from

Omit.onPointerup

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1451


onProgress

Optional onProgress: (payload: Event) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadEvent
Returns

void

Inherited from

Omit.onProgress

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1426


onRatechange

Optional onRatechange: (payload: Event) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadEvent
Returns

void

Inherited from

Omit.onRatechange

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1427


onReset

Optional onReset: (payload: Event) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadEvent
Returns

void

Inherited from

Omit.onReset

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1386


onScroll

Optional onScroll: (payload: UIEvent) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadUIEvent
Returns

void

Inherited from

Omit.onScroll

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1440


onSeeked

Optional onSeeked: (payload: Event) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadEvent
Returns

void

Inherited from

Omit.onSeeked

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1428


onSeeking

Optional onSeeking: (payload: Event) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadEvent
Returns

void

Inherited from

Omit.onSeeking

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1429


onSelect

Optional onSelect: (payload: Event) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadEvent
Returns

void

Inherited from

Omit.onSelect

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1437


onStalled

Optional onStalled: (payload: Event) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadEvent
Returns

void

Inherited from

Omit.onStalled

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1430


onSubmit

Optional onSubmit: (payload: Event) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadEvent
Returns

void

Inherited from

Omit.onSubmit

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1387


onSuspend

Optional onSuspend: (payload: Event) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadEvent
Returns

void

Inherited from

Omit.onSuspend

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1431


onTimeupdate

Optional onTimeupdate: (payload: Event) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadEvent
Returns

void

Inherited from

Omit.onTimeupdate

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1432


onTouchcancel

Optional onTouchcancel: (payload: TouchEvent) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadTouchEvent
Returns

void

Inherited from

Omit.onTouchcancel

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1443


onTouchend

Optional onTouchend: (payload: TouchEvent) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadTouchEvent
Returns

void

Inherited from

Omit.onTouchend

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1444


onTouchmove

Optional onTouchmove: (payload: TouchEvent) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadTouchEvent
Returns

void

Inherited from

Omit.onTouchmove

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1445


onTouchstart

Optional onTouchstart: (payload: TouchEvent) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadTouchEvent
Returns

void

Inherited from

Omit.onTouchstart

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1446


onTransitionend

Optional onTransitionend: (payload: TransitionEvent) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadTransitionEvent
Returns

void

Inherited from

Omit.onTransitionend

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1467


onTransitionstart

Optional onTransitionstart: (payload: TransitionEvent) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadTransitionEvent
Returns

void

Inherited from

Omit.onTransitionstart

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1468


onVolumechange

Optional onVolumechange: (payload: Event) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadEvent
Returns

void

Inherited from

Omit.onVolumechange

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1433


onWaiting

Optional onWaiting: (payload: Event) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadEvent
Returns

void

Inherited from

Omit.onWaiting

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1434


onWheel

Optional onWheel: (payload: WheelEvent) => void

Type declaration

▸ (payload): void

Parameters
NameType
payloadWheelEvent
Returns

void

Inherited from

Omit.onWheel

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1459


opacity

Optional opacity: Numberish

Inherited from

Omit.opacity

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1057


operator

Optional operator: Numberish

Inherited from

Omit.operator

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1058


order

Optional order: Numberish

Inherited from

Omit.order

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1059


orient

Optional orient: Numberish

Inherited from

Omit.orient

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1060


orientation

Optional orientation: Numberish

Inherited from

Omit.orientation

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1061


origin

Optional origin: Numberish

Inherited from

Omit.origin

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1062


overflow

Optional overflow: Numberish

Inherited from

Omit.overflow

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1063


overline-position

Optional overline-position: Numberish

Inherited from

Omit.overline-position

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1064


overline-thickness

Optional overline-thickness: Numberish

Inherited from

Omit.overline-thickness

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1065


paint-order

Optional paint-order: Numberish

Inherited from

Omit.paint-order

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1066


panose-1

Optional panose-1: Numberish

Inherited from

Omit.panose-1

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1067


pathLength

Optional pathLength: Numberish

Inherited from

Omit.pathLength

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1068


patternContentUnits

Optional patternContentUnits: string

Inherited from

Omit.patternContentUnits

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1069


patternTransform

Optional patternTransform: Numberish

Inherited from

Omit.patternTransform

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1070


patternUnits

Optional patternUnits: string

Inherited from

Omit.patternUnits

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1071


pointer-events

Optional pointer-events: Numberish

Inherited from

Omit.pointer-events

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1072


points

Optional points: string

Inherited from

Omit.points

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1073


pointsAtX

Optional pointsAtX: Numberish

Inherited from

Omit.pointsAtX

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1074


pointsAtY

Optional pointsAtY: Numberish

Inherited from

Omit.pointsAtY

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1075


pointsAtZ

Optional pointsAtZ: Numberish

Inherited from

Omit.pointsAtZ

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1076


preserveAlpha

Optional preserveAlpha: Numberish

Inherited from

Omit.preserveAlpha

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1077


preserveAspectRatio

Optional preserveAspectRatio: string

Inherited from

Omit.preserveAspectRatio

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1078


primitiveUnits

Optional primitiveUnits: Numberish

Inherited from

Omit.primitiveUnits

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1079


r

Optional r: Numberish

Inherited from

Omit.r

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1080


radius

Optional radius: Numberish

Inherited from

Omit.radius

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1081


refX

Optional refX: Numberish

Inherited from

Omit.refX

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1082


refY

Optional refY: Numberish

Inherited from

Omit.refY

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1083


renderingIntent

Optional renderingIntent: Numberish

Inherited from

Omit.renderingIntent

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1084


repeatCount

Optional repeatCount: Numberish

Inherited from

Omit.repeatCount

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1085


repeatDur

Optional repeatDur: Numberish

Inherited from

Omit.repeatDur

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1086


requiredExtensions

Optional requiredExtensions: Numberish

Inherited from

Omit.requiredExtensions

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1087


requiredFeatures

Optional requiredFeatures: Numberish

Inherited from

Omit.requiredFeatures

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1088


restart

Optional restart: Numberish

Inherited from

Omit.restart

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1089


result

Optional result: string

Inherited from

Omit.result

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1090


role

Optional role: string

Inherited from

Omit.role

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:922


rotate

Optional rotate: Numberish

Inherited from

Omit.rotate

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1091


rx

Optional rx: Numberish

Inherited from

Omit.rx

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1092


ry

Optional ry: Numberish

Inherited from

Omit.ry

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1093


scale

Optional scale: Numberish

Inherited from

Omit.scale

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1094


seed

Optional seed: Numberish

Inherited from

Omit.seed

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1095


shape-rendering

Optional shape-rendering: Numberish

Inherited from

Omit.shape-rendering

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1096


slope

Optional slope: Numberish

Inherited from

Omit.slope

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1097


spacing

Optional spacing: Numberish

Inherited from

Omit.spacing

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1098


specularConstant

Optional specularConstant: Numberish

Inherited from

Omit.specularConstant

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1099


specularExponent

Optional specularExponent: Numberish

Inherited from

Omit.specularExponent

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1100


speed

Optional speed: Numberish

Inherited from

Omit.speed

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1101


spreadMethod

Optional spreadMethod: string

Inherited from

Omit.spreadMethod

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1102


startNode

startNode: GenericTreeNode

Defined in

profectus/src/features/trees/tree.ts:139


startOffset

Optional startOffset: Numberish

Inherited from

Omit.startOffset

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1103


stdDeviation

Optional stdDeviation: Numberish

Inherited from

Omit.stdDeviation

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1104


stemh

Optional stemh: Numberish

Inherited from

Omit.stemh

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1105


stemv

Optional stemv: Numberish

Inherited from

Omit.stemv

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1106


stitchTiles

Optional stitchTiles: Numberish

Inherited from

Omit.stitchTiles

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1107


stop-color

Optional stop-color: string

Inherited from

Omit.stop-color

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1108


stop-opacity

Optional stop-opacity: Numberish

Inherited from

Omit.stop-opacity

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1109


strikethrough-position

Optional strikethrough-position: Numberish

Inherited from

Omit.strikethrough-position

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1110


strikethrough-thickness

Optional strikethrough-thickness: Numberish

Inherited from

Omit.strikethrough-thickness

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1111


string

Optional string: Numberish

Inherited from

Omit.string

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1112


stroke

Optional stroke: string

Inherited from

Omit.stroke

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1113


stroke-dasharray

Optional stroke-dasharray: Numberish

Inherited from

Omit.stroke-dasharray

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1114


stroke-dashoffset

Optional stroke-dashoffset: Numberish

Inherited from

Omit.stroke-dashoffset

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1115


stroke-linecap

Optional stroke-linecap: "inherit" | "butt" | "round" | "square"

Inherited from

Omit.stroke-linecap

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1116


stroke-linejoin

Optional stroke-linejoin: "inherit" | "round" | "miter" | "bevel"

Inherited from

Omit.stroke-linejoin

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1117


stroke-miterlimit

Optional stroke-miterlimit: Numberish

Inherited from

Omit.stroke-miterlimit

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1118


stroke-opacity

Optional stroke-opacity: Numberish

Inherited from

Omit.stroke-opacity

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1119


stroke-width

Optional stroke-width: Numberish

Inherited from

Omit.stroke-width

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1120


style

Optional style: string | CSSProperties

Inherited from

Omit.style

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:906


surfaceScale

Optional surfaceScale: Numberish

Inherited from

Omit.surfaceScale

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1121


systemLanguage

Optional systemLanguage: Numberish

Inherited from

Omit.systemLanguage

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1122


tabindex

Optional tabindex: Numberish

Inherited from

Omit.tabindex

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:923


tableValues

Optional tableValues: Numberish

Inherited from

Omit.tableValues

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1123


target

Optional target: string

Inherited from

Omit.target

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:917


targetX

Optional targetX: Numberish

Inherited from

Omit.targetX

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1124


targetY

Optional targetY: Numberish

Inherited from

Omit.targetY

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1125


text-anchor

Optional text-anchor: string

Inherited from

Omit.text-anchor

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1126


text-decoration

Optional text-decoration: Numberish

Inherited from

Omit.text-decoration

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1127


text-rendering

Optional text-rendering: Numberish

Inherited from

Omit.text-rendering

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1129


textLength

Optional textLength: Numberish

Inherited from

Omit.textLength

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1128


to

Optional to: Numberish

Inherited from

Omit.to

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1130


transform

Optional transform: string

Inherited from

Omit.transform

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1131


type

Optional type: string

Inherited from

Omit.type

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:918


u1

Optional u1: Numberish

Inherited from

Omit.u1

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1132


u2

Optional u2: Numberish

Inherited from

Omit.u2

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1133


underline-position

Optional underline-position: Numberish

Inherited from

Omit.underline-position

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1134


underline-thickness

Optional underline-thickness: Numberish

Inherited from

Omit.underline-thickness

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1135


unicode

Optional unicode: Numberish

Inherited from

Omit.unicode

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1136


unicode-bidi

Optional unicode-bidi: Numberish

Inherited from

Omit.unicode-bidi

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1137


unicode-range

Optional unicode-range: Numberish

Inherited from

Omit.unicode-range

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1138


unitsPer-em

Optional unitsPer-em: Numberish

Inherited from

Omit.unitsPer-em

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1139


v-alphabetic

Optional v-alphabetic: Numberish

Inherited from

Omit.v-alphabetic

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1140


v-hanging

Optional v-hanging: Numberish

Inherited from

Omit.v-hanging

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1147


v-ideographic

Optional v-ideographic: Numberish

Inherited from

Omit.v-ideographic

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1148


v-mathematical

Optional v-mathematical: Numberish

Inherited from

Omit.v-mathematical

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1152


values

Optional values: string

Inherited from

Omit.values

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1141


vector-effect

Optional vector-effect: Numberish

Inherited from

Omit.vector-effect

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1142


version

Optional version: string

Inherited from

Omit.version

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1143


vert-adv-y

Optional vert-adv-y: Numberish

Inherited from

Omit.vert-adv-y

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1144


vert-origin-x

Optional vert-origin-x: Numberish

Inherited from

Omit.vert-origin-x

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1145


vert-origin-y

Optional vert-origin-y: Numberish

Inherited from

Omit.vert-origin-y

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1146


viewBox

Optional viewBox: string

Inherited from

Omit.viewBox

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1149


viewTarget

Optional viewTarget: Numberish

Inherited from

Omit.viewTarget

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1150


visibility

Optional visibility: Numberish

Inherited from

Omit.visibility

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1151


width

Optional width: Numberish

Inherited from

Omit.width

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:919


widths

Optional widths: Numberish

Inherited from

Omit.widths

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1153


word-spacing

Optional word-spacing: Numberish

Inherited from

Omit.word-spacing

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1154


writing-mode

Optional writing-mode: Numberish

Inherited from

Omit.writing-mode

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1155


x

Optional x: Numberish

Inherited from

Omit.x

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1158


x-height

Optional x-height: Numberish

Inherited from

Omit.x-height

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1160


x1

Optional x1: Numberish

Inherited from

Omit.x1

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1156


x2

Optional x2: Numberish

Inherited from

Omit.x2

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1157


xChannelSelector

Optional xChannelSelector: string

Inherited from

Omit.xChannelSelector

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1159


xlinkActuate

Optional xlinkActuate: string

Inherited from

Omit.xlinkActuate

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1161


xlinkArcrole

Optional xlinkArcrole: string

Inherited from

Omit.xlinkArcrole

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1162


xlinkHref

Optional xlinkHref: string

Inherited from

Omit.xlinkHref

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1163


xlinkRole

Optional xlinkRole: string

Inherited from

Omit.xlinkRole

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1164


xlinkShow

Optional xlinkShow: string

Inherited from

Omit.xlinkShow

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1165


xlinkTitle

Optional xlinkTitle: string

Inherited from

Omit.xlinkTitle

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1166


xlinkType

Optional xlinkType: string

Inherited from

Omit.xlinkType

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1167


xmlns

Optional xmlns: string

Inherited from

Omit.xmlns

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1168


y

Optional y: Numberish

Inherited from

Omit.y

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1171


y1

Optional y1: Numberish

Inherited from

Omit.y1

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1169


y2

Optional y2: Numberish

Inherited from

Omit.y2

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1170


yChannelSelector

Optional yChannelSelector: string

Inherited from

Omit.yChannelSelector

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1172


z

Optional z: Numberish

Inherited from

Omit.z

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1173


zoomAndPan

Optional zoomAndPan: string

Inherited from

Omit.zoomAndPan

Defined in

node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:1174