Skip to content

Profectus / features/trees/tree / TreeBranch

Interface: TreeBranch ​

Represents a branch between two nodes in a tree.

Extends ​

Properties ​

accent-height? ​

optional accent-height: Numberish

Inherited from ​

Omit.accent-height

Defined in ​

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


accumulate? ​

optional accumulate: "none" | "sum"

Inherited from ​

Omit.accumulate

Defined in ​

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


additive? ​

optional additive: "replace" | "sum"

Inherited from ​

Omit.additive

Defined in ​

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


alignment-baseline? ​

optional alignment-baseline: "inherit" | "auto" | "baseline" | "middle" | "after-edge" | "alphabetic" | "before-edge" | "central" | "hanging" | "ideographic" | "mathematical" | "text-after-edge" | "text-before-edge"

Inherited from ​

Omit.alignment-baseline

Defined in ​

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


allowReorder? ​

optional allowReorder: "no" | "yes"

Inherited from ​

Omit.allowReorder

Defined in ​

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


alphabetic? ​

optional alphabetic: Numberish

Inherited from ​

Omit.alphabetic

Defined in ​

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


amplitude? ​

optional amplitude: Numberish

Inherited from ​

Omit.amplitude

Defined in ​

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


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:859


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:200


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:202


aria-autocomplete? ​

optional aria-autocomplete: "none" | "inline" | "both" | "list"

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:207


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:209


aria-checked? ​

optional aria-checked: "mixed" | Booleanish

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:214


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:219


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:224


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:229


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:234


aria-current? ​

optional aria-current: "time" | "page" | Booleanish | "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:236


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:241


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:246


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:251


aria-dropeffect? ​

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


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:261


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:263


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:268


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:273


aria-haspopup? ​

optional aria-haspopup: "tree" | "grid" | "listbox" | "menu" | Booleanish | "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:275


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:280


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:285


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:287


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:292


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:297


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:299


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:301


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:303


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:305


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:307


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:309


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:315


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:320


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:325


aria-pressed? ​

optional aria-pressed: "mixed" | Booleanish

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:330


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:335


aria-relevant? ​

optional aria-relevant: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals"

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:340


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:342


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:344


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:349


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:354


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:359


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:364


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:369


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:371


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:373


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:375


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:380


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:382


ascent? ​

optional ascent: Numberish

Inherited from ​

Omit.ascent

Defined in ​

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


attributeName? ​

optional attributeName: string

Inherited from ​

Omit.attributeName

Defined in ​

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


attributeType? ​

optional attributeType: string

Inherited from ​

Omit.attributeType

Defined in ​

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


autoReverse? ​

optional autoReverse: Numberish

Inherited from ​

Omit.autoReverse

Defined in ​

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


azimuth? ​

optional azimuth: Numberish

Inherited from ​

Omit.azimuth

Defined in ​

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


baseFrequency? ​

optional baseFrequency: Numberish

Inherited from ​

Omit.baseFrequency

Defined in ​

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


baseline-shift? ​

optional baseline-shift: Numberish

Inherited from ​

Omit.baseline-shift

Defined in ​

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


baseProfile? ​

optional baseProfile: Numberish

Inherited from ​

Omit.baseProfile

Defined in ​

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


bbox? ​

optional bbox: Numberish

Inherited from ​

Omit.bbox

Defined in ​

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


begin? ​

optional begin: Numberish

Inherited from ​

Omit.begin

Defined in ​

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


bias? ​

optional bias: Numberish

Inherited from ​

Omit.bias

Defined in ​

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


by? ​

optional by: Numberish

Inherited from ​

Omit.by

Defined in ​

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


calcMode? ​

optional calcMode: Numberish

Inherited from ​

Omit.calcMode

Defined in ​

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


cap-height? ​

optional cap-height: Numberish

Inherited from ​

Omit.cap-height

Defined in ​

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


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:835


clip? ​

optional clip: Numberish

Inherited from ​

Omit.clip

Defined in ​

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


clip-path? ​

optional clip-path: string

Inherited from ​

Omit.clip-path

Defined in ​

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


clip-rule? ​

optional clip-rule: Numberish

Inherited from ​

Omit.clip-rule

Defined in ​

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


clipPathUnits? ​

optional clipPathUnits: Numberish

Inherited from ​

Omit.clipPathUnits

Defined in ​

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


color? ​

optional color: string

Inherited from ​

Omit.color

Defined in ​

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


color-interpolation? ​

optional color-interpolation: Numberish

Inherited from ​

Omit.color-interpolation

Defined in ​

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


color-interpolation-filters? ​

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

Inherited from ​

Omit.color-interpolation-filters

Defined in ​

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


color-profile? ​

optional color-profile: Numberish

Inherited from ​

Omit.color-profile

Defined in ​

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


color-rendering? ​

optional color-rendering: Numberish

Inherited from ​

Omit.color-rendering

Defined in ​

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


contentScriptType? ​

optional contentScriptType: Numberish

Inherited from ​

Omit.contentScriptType

Defined in ​

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


contentStyleType? ​

optional contentStyleType: Numberish

Inherited from ​

Omit.contentStyleType

Defined in ​

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


crossOrigin? ​

optional crossOrigin: "" | "anonymous" | "use-credentials"

Inherited from ​

Omit.crossOrigin

Defined in ​

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


cursor? ​

optional cursor: Numberish

Inherited from ​

Omit.cursor

Defined in ​

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


cx? ​

optional cx: Numberish

Inherited from ​

Omit.cx

Defined in ​

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


cy? ​

optional cy: Numberish

Inherited from ​

Omit.cy

Defined in ​

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


d? ​

optional d: string

Inherited from ​

Omit.d

Defined in ​

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


decelerate? ​

optional decelerate: Numberish

Inherited from ​

Omit.decelerate

Defined in ​

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


descent? ​

optional descent: Numberish

Inherited from ​

Omit.descent

Defined in ​

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


diffuseConstant? ​

optional diffuseConstant: Numberish

Inherited from ​

Omit.diffuseConstant

Defined in ​

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


direction? ​

optional direction: Numberish

Inherited from ​

Omit.direction

Defined in ​

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


display? ​

optional display: Numberish

Inherited from ​

Omit.display

Defined in ​

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


divisor? ​

optional divisor: Numberish

Inherited from ​

Omit.divisor

Defined in ​

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


dominant-baseline? ​

optional dominant-baseline: Numberish

Inherited from ​

Omit.dominant-baseline

Defined in ​

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


dur? ​

optional dur: Numberish

Inherited from ​

Omit.dur

Defined in ​

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


dx? ​

optional dx: Numberish

Inherited from ​

Omit.dx

Defined in ​

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


dy? ​

optional dy: Numberish

Inherited from ​

Omit.dy

Defined in ​

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


edgeMode? ​

optional edgeMode: Numberish

Inherited from ​

Omit.edgeMode

Defined in ​

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


elevation? ​

optional elevation: Numberish

Inherited from ​

Omit.elevation

Defined in ​

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


enable-background? ​

optional enable-background: Numberish

Inherited from ​

Omit.enable-background

Defined in ​

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


end? ​

optional end: Numberish

Inherited from ​

Omit.end

Defined in ​

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


endNode ​

endNode: TreeNode

Defined in ​

profectus/src/features/trees/tree.tsx:114


exponent? ​

optional exponent: Numberish

Inherited from ​

Omit.exponent

Defined in ​

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


externalResourcesRequired? ​

optional externalResourcesRequired: Numberish

Inherited from ​

Omit.externalResourcesRequired

Defined in ​

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


fill? ​

optional fill: string

Inherited from ​

Omit.fill

Defined in ​

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


fill-opacity? ​

optional fill-opacity: Numberish

Inherited from ​

Omit.fill-opacity

Defined in ​

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


fill-rule? ​

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

Inherited from ​

Omit.fill-rule

Defined in ​

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


filter? ​

optional filter: string

Inherited from ​

Omit.filter

Defined in ​

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


filterRes? ​

optional filterRes: Numberish

Inherited from ​

Omit.filterRes

Defined in ​

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


filterUnits? ​

optional filterUnits: Numberish

Inherited from ​

Omit.filterUnits

Defined in ​

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


flood-color? ​

optional flood-color: Numberish

Inherited from ​

Omit.flood-color

Defined in ​

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


flood-opacity? ​

optional flood-opacity: Numberish

Inherited from ​

Omit.flood-opacity

Defined in ​

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


focusable? ​

optional focusable: Numberish

Inherited from ​

Omit.focusable

Defined in ​

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


font-family? ​

optional font-family: string

Inherited from ​

Omit.font-family

Defined in ​

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


font-size? ​

optional font-size: Numberish

Inherited from ​

Omit.font-size

Defined in ​

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


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:915


font-stretch? ​

optional font-stretch: Numberish

Inherited from ​

Omit.font-stretch

Defined in ​

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


font-style? ​

optional font-style: Numberish

Inherited from ​

Omit.font-style

Defined in ​

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


font-variant? ​

optional font-variant: Numberish

Inherited from ​

Omit.font-variant

Defined in ​

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


font-weight? ​

optional font-weight: Numberish

Inherited from ​

Omit.font-weight

Defined in ​

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


format? ​

optional format: Numberish

Inherited from ​

Omit.format

Defined in ​

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


from? ​

optional from: Numberish

Inherited from ​

Omit.from

Defined in ​

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


fx? ​

optional fx: Numberish

Inherited from ​

Omit.fx

Defined in ​

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


fy? ​

optional fy: Numberish

Inherited from ​

Omit.fy

Defined in ​

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


g1? ​

optional g1: Numberish

Inherited from ​

Omit.g1

Defined in ​

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


g2? ​

optional g2: Numberish

Inherited from ​

Omit.g2

Defined in ​

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


glyph-name? ​

optional glyph-name: Numberish

Inherited from ​

Omit.glyph-name

Defined in ​

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


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:927


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:928


glyphRef? ​

optional glyphRef: Numberish

Inherited from ​

Omit.glyphRef

Defined in ​

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


gradientTransform? ​

optional gradientTransform: string

Inherited from ​

Omit.gradientTransform

Defined in ​

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


gradientUnits? ​

optional gradientUnits: string

Inherited from ​

Omit.gradientUnits

Defined in ​

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


hanging? ​

optional hanging: Numberish

Inherited from ​

Omit.hanging

Defined in ​

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


height? ​

optional height: Numberish

Inherited from ​

Omit.height

Defined in ​

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


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:933


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:934


href? ​

optional href: string

Inherited from ​

Omit.href

Defined in ​

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


id? ​

optional id: string

Inherited from ​

Omit.id

Defined in ​

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


ideographic? ​

optional ideographic: Numberish

Inherited from ​

Omit.ideographic

Defined in ​

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


image-rendering? ​

optional image-rendering: Numberish

Inherited from ​

Omit.image-rendering

Defined in ​

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


in? ​

optional in: string

Inherited from ​

Omit.in

Defined in ​

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


in2? ​

optional in2: Numberish

Inherited from ​

Omit.in2

Defined in ​

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


innerHTML? ​

optional innerHTML: string

Inherited from ​

Omit.innerHTML

Defined in ​

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


intercept? ​

optional intercept: Numberish

Inherited from ​

Omit.intercept

Defined in ​

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


k? ​

optional k: Numberish

Inherited from ​

Omit.k

Defined in ​

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


k1? ​

optional k1: Numberish

Inherited from ​

Omit.k1

Defined in ​

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


k2? ​

optional k2: Numberish

Inherited from ​

Omit.k2

Defined in ​

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


k3? ​

optional k3: Numberish

Inherited from ​

Omit.k3

Defined in ​

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


k4? ​

optional k4: Numberish

Inherited from ​

Omit.k4

Defined in ​

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


kernelMatrix? ​

optional kernelMatrix: Numberish

Inherited from ​

Omit.kernelMatrix

Defined in ​

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


kernelUnitLength? ​

optional kernelUnitLength: Numberish

Inherited from ​

Omit.kernelUnitLength

Defined in ​

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


kerning? ​

optional kerning: Numberish

Inherited from ​

Omit.kerning

Defined in ​

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


keyPoints? ​

optional keyPoints: Numberish

Inherited from ​

Omit.keyPoints

Defined in ​

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


keySplines? ​

optional keySplines: Numberish

Inherited from ​

Omit.keySplines

Defined in ​

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


keyTimes? ​

optional keyTimes: Numberish

Inherited from ​

Omit.keyTimes

Defined in ​

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


lang? ​

optional lang: string

Inherited from ​

Omit.lang

Defined in ​

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


lengthAdjust? ​

optional lengthAdjust: Numberish

Inherited from ​

Omit.lengthAdjust

Defined in ​

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


letter-spacing? ​

optional letter-spacing: Numberish

Inherited from ​

Omit.letter-spacing

Defined in ​

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


lighting-color? ​

optional lighting-color: Numberish

Inherited from ​

Omit.lighting-color

Defined in ​

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


limitingConeAngle? ​

optional limitingConeAngle: Numberish

Inherited from ​

Omit.limitingConeAngle

Defined in ​

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


local? ​

optional local: Numberish

Inherited from ​

Omit.local

Defined in ​

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


marker-end? ​

optional marker-end: string

Inherited from ​

Omit.marker-end

Defined in ​

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


marker-mid? ​

optional marker-mid: string

Inherited from ​

Omit.marker-mid

Defined in ​

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


marker-start? ​

optional marker-start: string

Inherited from ​

Omit.marker-start

Defined in ​

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


markerHeight? ​

optional markerHeight: Numberish

Inherited from ​

Omit.markerHeight

Defined in ​

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


markerUnits? ​

optional markerUnits: Numberish

Inherited from ​

Omit.markerUnits

Defined in ​

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


markerWidth? ​

optional markerWidth: Numberish

Inherited from ​

Omit.markerWidth

Defined in ​

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


mask? ​

optional mask: string

Inherited from ​

Omit.mask

Defined in ​

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


maskContentUnits? ​

optional maskContentUnits: Numberish

Inherited from ​

Omit.maskContentUnits

Defined in ​

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


maskUnits? ​

optional maskUnits: Numberish

Inherited from ​

Omit.maskUnits

Defined in ​

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


mathematical? ​

optional mathematical: Numberish

Inherited from ​

Omit.mathematical

Defined in ​

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


max? ​

optional max: Numberish

Inherited from ​

Omit.max

Defined in ​

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


media? ​

optional media: string

Inherited from ​

Omit.media

Defined in ​

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


method? ​

optional method: string

Inherited from ​

Omit.method

Defined in ​

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


min? ​

optional min: Numberish

Inherited from ​

Omit.min

Defined in ​

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


mode? ​

optional mode: Numberish

Inherited from ​

Omit.mode

Defined in ​

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


name? ​

optional name: string

Inherited from ​

Omit.name

Defined in ​

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


numOctaves? ​

optional numOctaves: Numberish

Inherited from ​

Omit.numOctaves

Defined in ​

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


offset? ​

optional offset: Numberish

Inherited from ​

Omit.offset

Defined in ​

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


offsetEnd? ​

optional offsetEnd: Position

Inherited from ​

Omit.offsetEnd

Defined in ​

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


offsetStart? ​

optional offsetStart: Position

Inherited from ​

Omit.offsetStart

Defined in ​

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


onAbort()? ​

optional onAbort: (payload) => void

Parameters ​

payload ​

Event

Returns ​

void

Inherited from ​

Omit.onAbort

Defined in ​

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


onAnimationend()? ​

optional onAnimationend: (payload) => void

Parameters ​

payload ​

AnimationEvent

Returns ​

void

Inherited from ​

Omit.onAnimationend

Defined in ​

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


onAnimationiteration()? ​

optional onAnimationiteration: (payload) => void

Parameters ​

payload ​

AnimationEvent

Returns ​

void

Inherited from ​

Omit.onAnimationiteration

Defined in ​

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


onAnimationstart()? ​

optional onAnimationstart: (payload) => void

Parameters ​

payload ​

AnimationEvent

Returns ​

void

Inherited from ​

Omit.onAnimationstart

Defined in ​

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


onAuxclick()? ​

optional onAuxclick: (payload) => void

Parameters ​

payload ​

MouseEvent

Returns ​

void

Inherited from ​

Omit.onAuxclick

Defined in ​

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


onBeforeinput()? ​

optional onBeforeinput: (payload) => void

Parameters ​

payload ​

Event

Returns ​

void

Inherited from ​

Omit.onBeforeinput

Defined in ​

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


onBlur()? ​

optional onBlur: (payload) => void

Parameters ​

payload ​

FocusEvent

Returns ​

void

Inherited from ​

Omit.onBlur

Defined in ​

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


onCanplay()? ​

optional onCanplay: (payload) => void

Parameters ​

payload ​

Event

Returns ​

void

Inherited from ​

Omit.onCanplay

Defined in ​

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


onCanplaythrough()? ​

optional onCanplaythrough: (payload) => void

Parameters ​

payload ​

Event

Returns ​

void

Inherited from ​

Omit.onCanplaythrough

Defined in ​

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


onChange()? ​

optional onChange: (payload) => void

Parameters ​

payload ​

Event

Returns ​

void

Inherited from ​

Omit.onChange

Defined in ​

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


onClick()? ​

optional onClick: (payload) => void

Parameters ​

payload ​

MouseEvent

Returns ​

void

Inherited from ​

Omit.onClick

Defined in ​

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


onCompositionend()? ​

optional onCompositionend: (payload) => void

Parameters ​

payload ​

CompositionEvent

Returns ​

void

Inherited from ​

Omit.onCompositionend

Defined in ​

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


onCompositionstart()? ​

optional onCompositionstart: (payload) => void

Parameters ​

payload ​

CompositionEvent

Returns ​

void

Inherited from ​

Omit.onCompositionstart

Defined in ​

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


onCompositionupdate()? ​

optional onCompositionupdate: (payload) => void

Parameters ​

payload ​

CompositionEvent

Returns ​

void

Inherited from ​

Omit.onCompositionupdate

Defined in ​

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


onContextmenu()? ​

optional onContextmenu: (payload) => void

Parameters ​

payload ​

MouseEvent

Returns ​

void

Inherited from ​

Omit.onContextmenu

Defined in ​

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


onCopy()? ​

optional onCopy: (payload) => void

Parameters ​

payload ​

ClipboardEvent

Returns ​

void

Inherited from ​

Omit.onCopy

Defined in ​

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


onCut()? ​

optional onCut: (payload) => void

Parameters ​

payload ​

ClipboardEvent

Returns ​

void

Inherited from ​

Omit.onCut

Defined in ​

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


onDblclick()? ​

optional onDblclick: (payload) => void

Parameters ​

payload ​

MouseEvent

Returns ​

void

Inherited from ​

Omit.onDblclick

Defined in ​

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


onDrag()? ​

optional onDrag: (payload) => void

Parameters ​

payload ​

DragEvent

Returns ​

void

Inherited from ​

Omit.onDrag

Defined in ​

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


onDragend()? ​

optional onDragend: (payload) => void

Parameters ​

payload ​

DragEvent

Returns ​

void

Inherited from ​

Omit.onDragend

Defined in ​

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


onDragenter()? ​

optional onDragenter: (payload) => void

Parameters ​

payload ​

DragEvent

Returns ​

void

Inherited from ​

Omit.onDragenter

Defined in ​

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


onDragexit()? ​

optional onDragexit: (payload) => void

Parameters ​

payload ​

DragEvent

Returns ​

void

Inherited from ​

Omit.onDragexit

Defined in ​

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


onDragleave()? ​

optional onDragleave: (payload) => void

Parameters ​

payload ​

DragEvent

Returns ​

void

Inherited from ​

Omit.onDragleave

Defined in ​

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


onDragover()? ​

optional onDragover: (payload) => void

Parameters ​

payload ​

DragEvent

Returns ​

void

Inherited from ​

Omit.onDragover

Defined in ​

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


onDragstart()? ​

optional onDragstart: (payload) => void

Parameters ​

payload ​

DragEvent

Returns ​

void

Inherited from ​

Omit.onDragstart

Defined in ​

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


onDrop()? ​

optional onDrop: (payload) => void

Parameters ​

payload ​

DragEvent

Returns ​

void

Inherited from ​

Omit.onDrop

Defined in ​

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


onDurationchange()? ​

optional onDurationchange: (payload) => void

Parameters ​

payload ​

Event

Returns ​

void

Inherited from ​

Omit.onDurationchange

Defined in ​

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


onEmptied()? ​

optional onEmptied: (payload) => void

Parameters ​

payload ​

Event

Returns ​

void

Inherited from ​

Omit.onEmptied

Defined in ​

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


onEncrypted()? ​

optional onEncrypted: (payload) => void

Parameters ​

payload ​

Event

Returns ​

void

Inherited from ​

Omit.onEncrypted

Defined in ​

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


onEnded()? ​

optional onEnded: (payload) => void

Parameters ​

payload ​

Event

Returns ​

void

Inherited from ​

Omit.onEnded

Defined in ​

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


onError()? ​

optional onError: (payload) => void

Parameters ​

payload ​

Event

Returns ​

void

Inherited from ​

Omit.onError

Defined in ​

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


onFocus()? ​

optional onFocus: (payload) => void

Parameters ​

payload ​

FocusEvent

Returns ​

void

Inherited from ​

Omit.onFocus

Defined in ​

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


onFocusin()? ​

optional onFocusin: (payload) => void

Parameters ​

payload ​

FocusEvent

Returns ​

void

Inherited from ​

Omit.onFocusin

Defined in ​

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


onFocusout()? ​

optional onFocusout: (payload) => void

Parameters ​

payload ​

FocusEvent

Returns ​

void

Inherited from ​

Omit.onFocusout

Defined in ​

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


onInput()? ​

optional onInput: (payload) => void

Parameters ​

payload ​

Event

Returns ​

void

Inherited from ​

Omit.onInput

Defined in ​

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


onInvalid()? ​

optional onInvalid: (payload) => void

Parameters ​

payload ​

Event

Returns ​

void

Inherited from ​

Omit.onInvalid

Defined in ​

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


onKeydown()? ​

optional onKeydown: (payload) => void

Parameters ​

payload ​

KeyboardEvent

Returns ​

void

Inherited from ​

Omit.onKeydown

Defined in ​

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


onKeypress()? ​

optional onKeypress: (payload) => void

Parameters ​

payload ​

KeyboardEvent

Returns ​

void

Inherited from ​

Omit.onKeypress

Defined in ​

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


onKeyup()? ​

optional onKeyup: (payload) => void

Parameters ​

payload ​

KeyboardEvent

Returns ​

void

Inherited from ​

Omit.onKeyup

Defined in ​

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


onLoad()? ​

optional onLoad: (payload) => void

Parameters ​

payload ​

Event

Returns ​

void

Inherited from ​

Omit.onLoad

Defined in ​

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


onLoadeddata()? ​

optional onLoadeddata: (payload) => void

Parameters ​

payload ​

Event

Returns ​

void

Inherited from ​

Omit.onLoadeddata

Defined in ​

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


onLoadedmetadata()? ​

optional onLoadedmetadata: (payload) => void

Parameters ​

payload ​

Event

Returns ​

void

Inherited from ​

Omit.onLoadedmetadata

Defined in ​

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


onLoadstart()? ​

optional onLoadstart: (payload) => void

Parameters ​

payload ​

Event

Returns ​

void

Inherited from ​

Omit.onLoadstart

Defined in ​

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


onMousedown()? ​

optional onMousedown: (payload) => void

Parameters ​

payload ​

MouseEvent

Returns ​

void

Inherited from ​

Omit.onMousedown

Defined in ​

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


onMouseenter()? ​

optional onMouseenter: (payload) => void

Parameters ​

payload ​

MouseEvent

Returns ​

void

Inherited from ​

Omit.onMouseenter

Defined in ​

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


onMouseleave()? ​

optional onMouseleave: (payload) => void

Parameters ​

payload ​

MouseEvent

Returns ​

void

Inherited from ​

Omit.onMouseleave

Defined in ​

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


onMousemove()? ​

optional onMousemove: (payload) => void

Parameters ​

payload ​

MouseEvent

Returns ​

void

Inherited from ​

Omit.onMousemove

Defined in ​

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


onMouseout()? ​

optional onMouseout: (payload) => void

Parameters ​

payload ​

MouseEvent

Returns ​

void

Inherited from ​

Omit.onMouseout

Defined in ​

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


onMouseover()? ​

optional onMouseover: (payload) => void

Parameters ​

payload ​

MouseEvent

Returns ​

void

Inherited from ​

Omit.onMouseover

Defined in ​

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


onMouseup()? ​

optional onMouseup: (payload) => void

Parameters ​

payload ​

MouseEvent

Returns ​

void

Inherited from ​

Omit.onMouseup

Defined in ​

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


onPaste()? ​

optional onPaste: (payload) => void

Parameters ​

payload ​

ClipboardEvent

Returns ​

void

Inherited from ​

Omit.onPaste

Defined in ​

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


onPause()? ​

optional onPause: (payload) => void

Parameters ​

payload ​

Event

Returns ​

void

Inherited from ​

Omit.onPause

Defined in ​

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


onPlay()? ​

optional onPlay: (payload) => void

Parameters ​

payload ​

Event

Returns ​

void

Inherited from ​

Omit.onPlay

Defined in ​

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


onPlaying()? ​

optional onPlaying: (payload) => void

Parameters ​

payload ​

Event

Returns ​

void

Inherited from ​

Omit.onPlaying

Defined in ​

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


onPointercancel()? ​

optional onPointercancel: (payload) => void

Parameters ​

payload ​

PointerEvent

Returns ​

void

Inherited from ​

Omit.onPointercancel

Defined in ​

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


onPointerdown()? ​

optional onPointerdown: (payload) => void

Parameters ​

payload ​

PointerEvent

Returns ​

void

Inherited from ​

Omit.onPointerdown

Defined in ​

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


onPointerenter()? ​

optional onPointerenter: (payload) => void

Parameters ​

payload ​

PointerEvent

Returns ​

void

Inherited from ​

Omit.onPointerenter

Defined in ​

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


onPointerleave()? ​

optional onPointerleave: (payload) => void

Parameters ​

payload ​

PointerEvent

Returns ​

void

Inherited from ​

Omit.onPointerleave

Defined in ​

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


onPointermove()? ​

optional onPointermove: (payload) => void

Parameters ​

payload ​

PointerEvent

Returns ​

void

Inherited from ​

Omit.onPointermove

Defined in ​

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


onPointerout()? ​

optional onPointerout: (payload) => void

Parameters ​

payload ​

PointerEvent

Returns ​

void

Inherited from ​

Omit.onPointerout

Defined in ​

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


onPointerover()? ​

optional onPointerover: (payload) => void

Parameters ​

payload ​

PointerEvent

Returns ​

void

Inherited from ​

Omit.onPointerover

Defined in ​

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


onPointerup()? ​

optional onPointerup: (payload) => void

Parameters ​

payload ​

PointerEvent

Returns ​

void

Inherited from ​

Omit.onPointerup

Defined in ​

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


onProgress()? ​

optional onProgress: (payload) => void

Parameters ​

payload ​

Event

Returns ​

void

Inherited from ​

Omit.onProgress

Defined in ​

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


onRatechange()? ​

optional onRatechange: (payload) => void

Parameters ​

payload ​

Event

Returns ​

void

Inherited from ​

Omit.onRatechange

Defined in ​

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


onReset()? ​

optional onReset: (payload) => void

Parameters ​

payload ​

Event

Returns ​

void

Inherited from ​

Omit.onReset

Defined in ​

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


onScroll()? ​

optional onScroll: (payload) => void

Parameters ​

payload ​

Event

Returns ​

void

Inherited from ​

Omit.onScroll

Defined in ​

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


onScrollend()? ​

optional onScrollend: (payload) => void

Parameters ​

payload ​

Event

Returns ​

void

Inherited from ​

Omit.onScrollend

Defined in ​

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


onSeeked()? ​

optional onSeeked: (payload) => void

Parameters ​

payload ​

Event

Returns ​

void

Inherited from ​

Omit.onSeeked

Defined in ​

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


onSeeking()? ​

optional onSeeking: (payload) => void

Parameters ​

payload ​

Event

Returns ​

void

Inherited from ​

Omit.onSeeking

Defined in ​

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


onSelect()? ​

optional onSelect: (payload) => void

Parameters ​

payload ​

Event

Returns ​

void

Inherited from ​

Omit.onSelect

Defined in ​

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


onStalled()? ​

optional onStalled: (payload) => void

Parameters ​

payload ​

Event

Returns ​

void

Inherited from ​

Omit.onStalled

Defined in ​

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


onSubmit()? ​

optional onSubmit: (payload) => void

Parameters ​

payload ​

Event

Returns ​

void

Inherited from ​

Omit.onSubmit

Defined in ​

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


onSuspend()? ​

optional onSuspend: (payload) => void

Parameters ​

payload ​

Event

Returns ​

void

Inherited from ​

Omit.onSuspend

Defined in ​

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


onTimeupdate()? ​

optional onTimeupdate: (payload) => void

Parameters ​

payload ​

Event

Returns ​

void

Inherited from ​

Omit.onTimeupdate

Defined in ​

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


onTouchcancel()? ​

optional onTouchcancel: (payload) => void

Parameters ​

payload ​

TouchEvent

Returns ​

void

Inherited from ​

Omit.onTouchcancel

Defined in ​

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


onTouchend()? ​

optional onTouchend: (payload) => void

Parameters ​

payload ​

TouchEvent

Returns ​

void

Inherited from ​

Omit.onTouchend

Defined in ​

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


onTouchmove()? ​

optional onTouchmove: (payload) => void

Parameters ​

payload ​

TouchEvent

Returns ​

void

Inherited from ​

Omit.onTouchmove

Defined in ​

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


onTouchstart()? ​

optional onTouchstart: (payload) => void

Parameters ​

payload ​

TouchEvent

Returns ​

void

Inherited from ​

Omit.onTouchstart

Defined in ​

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


onTransitionend()? ​

optional onTransitionend: (payload) => void

Parameters ​

payload ​

TransitionEvent

Returns ​

void

Inherited from ​

Omit.onTransitionend

Defined in ​

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


onTransitionstart()? ​

optional onTransitionstart: (payload) => void

Parameters ​

payload ​

TransitionEvent

Returns ​

void

Inherited from ​

Omit.onTransitionstart

Defined in ​

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


onVolumechange()? ​

optional onVolumechange: (payload) => void

Parameters ​

payload ​

Event

Returns ​

void

Inherited from ​

Omit.onVolumechange

Defined in ​

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


onWaiting()? ​

optional onWaiting: (payload) => void

Parameters ​

payload ​

Event

Returns ​

void

Inherited from ​

Omit.onWaiting

Defined in ​

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


onWheel()? ​

optional onWheel: (payload) => void

Parameters ​

payload ​

WheelEvent

Returns ​

void

Inherited from ​

Omit.onWheel

Defined in ​

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


opacity? ​

optional opacity: Numberish

Inherited from ​

Omit.opacity

Defined in ​

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


operator? ​

optional operator: Numberish

Inherited from ​

Omit.operator

Defined in ​

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


order? ​

optional order: Numberish

Inherited from ​

Omit.order

Defined in ​

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


orient? ​

optional orient: Numberish

Inherited from ​

Omit.orient

Defined in ​

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


orientation? ​

optional orientation: Numberish

Inherited from ​

Omit.orientation

Defined in ​

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


origin? ​

optional origin: Numberish

Inherited from ​

Omit.origin

Defined in ​

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


overflow? ​

optional overflow: Numberish

Inherited from ​

Omit.overflow

Defined in ​

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


overline-position? ​

optional overline-position: Numberish

Inherited from ​

Omit.overline-position

Defined in ​

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


overline-thickness? ​

optional overline-thickness: Numberish

Inherited from ​

Omit.overline-thickness

Defined in ​

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


paint-order? ​

optional paint-order: Numberish

Inherited from ​

Omit.paint-order

Defined in ​

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


panose-1? ​

optional panose-1: Numberish

Inherited from ​

Omit.panose-1

Defined in ​

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


pathLength? ​

optional pathLength: Numberish

Inherited from ​

Omit.pathLength

Defined in ​

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


patternContentUnits? ​

optional patternContentUnits: string

Inherited from ​

Omit.patternContentUnits

Defined in ​

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


patternTransform? ​

optional patternTransform: Numberish

Inherited from ​

Omit.patternTransform

Defined in ​

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


patternUnits? ​

optional patternUnits: string

Inherited from ​

Omit.patternUnits

Defined in ​

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


pointer-events? ​

optional pointer-events: Numberish

Inherited from ​

Omit.pointer-events

Defined in ​

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


points? ​

optional points: string

Inherited from ​

Omit.points

Defined in ​

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


pointsAtX? ​

optional pointsAtX: Numberish

Inherited from ​

Omit.pointsAtX

Defined in ​

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


pointsAtY? ​

optional pointsAtY: Numberish

Inherited from ​

Omit.pointsAtY

Defined in ​

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


pointsAtZ? ​

optional pointsAtZ: Numberish

Inherited from ​

Omit.pointsAtZ

Defined in ​

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


preserveAlpha? ​

optional preserveAlpha: Numberish

Inherited from ​

Omit.preserveAlpha

Defined in ​

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


preserveAspectRatio? ​

optional preserveAspectRatio: string

Inherited from ​

Omit.preserveAspectRatio

Defined in ​

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


primitiveUnits? ​

optional primitiveUnits: Numberish

Inherited from ​

Omit.primitiveUnits

Defined in ​

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


r? ​

optional r: Numberish

Inherited from ​

Omit.r

Defined in ​

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


radius? ​

optional radius: Numberish

Inherited from ​

Omit.radius

Defined in ​

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


refX? ​

optional refX: Numberish

Inherited from ​

Omit.refX

Defined in ​

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


refY? ​

optional refY: Numberish

Inherited from ​

Omit.refY

Defined in ​

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


renderingIntent? ​

optional renderingIntent: Numberish

Inherited from ​

Omit.renderingIntent

Defined in ​

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


repeatCount? ​

optional repeatCount: Numberish

Inherited from ​

Omit.repeatCount

Defined in ​

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


repeatDur? ​

optional repeatDur: Numberish

Inherited from ​

Omit.repeatDur

Defined in ​

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


requiredExtensions? ​

optional requiredExtensions: Numberish

Inherited from ​

Omit.requiredExtensions

Defined in ​

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


requiredFeatures? ​

optional requiredFeatures: Numberish

Inherited from ​

Omit.requiredFeatures

Defined in ​

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


restart? ​

optional restart: Numberish

Inherited from ​

Omit.restart

Defined in ​

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


result? ​

optional result: string

Inherited from ​

Omit.result

Defined in ​

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


role? ​

optional role: string

Inherited from ​

Omit.role

Defined in ​

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


rotate? ​

optional rotate: Numberish

Inherited from ​

Omit.rotate

Defined in ​

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


rx? ​

optional rx: Numberish

Inherited from ​

Omit.rx

Defined in ​

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


ry? ​

optional ry: Numberish

Inherited from ​

Omit.ry

Defined in ​

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


scale? ​

optional scale: Numberish

Inherited from ​

Omit.scale

Defined in ​

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


seed? ​

optional seed: Numberish

Inherited from ​

Omit.seed

Defined in ​

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


shape-rendering? ​

optional shape-rendering: Numberish

Inherited from ​

Omit.shape-rendering

Defined in ​

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


slope? ​

optional slope: Numberish

Inherited from ​

Omit.slope

Defined in ​

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


spacing? ​

optional spacing: Numberish

Inherited from ​

Omit.spacing

Defined in ​

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


specularConstant? ​

optional specularConstant: Numberish

Inherited from ​

Omit.specularConstant

Defined in ​

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


specularExponent? ​

optional specularExponent: Numberish

Inherited from ​

Omit.specularExponent

Defined in ​

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


speed? ​

optional speed: Numberish

Inherited from ​

Omit.speed

Defined in ​

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


spreadMethod? ​

optional spreadMethod: string

Inherited from ​

Omit.spreadMethod

Defined in ​

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


startNode ​

startNode: TreeNode

Defined in ​

profectus/src/features/trees/tree.tsx:113


startOffset? ​

optional startOffset: Numberish

Inherited from ​

Omit.startOffset

Defined in ​

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


stdDeviation? ​

optional stdDeviation: Numberish

Inherited from ​

Omit.stdDeviation

Defined in ​

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


stemh? ​

optional stemh: Numberish

Inherited from ​

Omit.stemh

Defined in ​

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


stemv? ​

optional stemv: Numberish

Inherited from ​

Omit.stemv

Defined in ​

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


stitchTiles? ​

optional stitchTiles: Numberish

Inherited from ​

Omit.stitchTiles

Defined in ​

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


stop-color? ​

optional stop-color: string

Inherited from ​

Omit.stop-color

Defined in ​

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


stop-opacity? ​

optional stop-opacity: Numberish

Inherited from ​

Omit.stop-opacity

Defined in ​

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


strikethrough-position? ​

optional strikethrough-position: Numberish

Inherited from ​

Omit.strikethrough-position

Defined in ​

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


strikethrough-thickness? ​

optional strikethrough-thickness: Numberish

Inherited from ​

Omit.strikethrough-thickness

Defined in ​

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


string? ​

optional string: Numberish

Inherited from ​

Omit.string

Defined in ​

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


stroke? ​

optional stroke: string

Inherited from ​

Omit.stroke

Defined in ​

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


stroke-dasharray? ​

optional stroke-dasharray: Numberish

Inherited from ​

Omit.stroke-dasharray

Defined in ​

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


stroke-dashoffset? ​

optional stroke-dashoffset: Numberish

Inherited from ​

Omit.stroke-dashoffset

Defined in ​

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


stroke-linecap? ​

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

Inherited from ​

Omit.stroke-linecap

Defined in ​

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


stroke-linejoin? ​

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

Inherited from ​

Omit.stroke-linejoin

Defined in ​

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


stroke-miterlimit? ​

optional stroke-miterlimit: Numberish

Inherited from ​

Omit.stroke-miterlimit

Defined in ​

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


stroke-opacity? ​

optional stroke-opacity: Numberish

Inherited from ​

Omit.stroke-opacity

Defined in ​

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


stroke-width? ​

optional stroke-width: Numberish

Inherited from ​

Omit.stroke-width

Defined in ​

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


style? ​

optional style: StyleValue

Inherited from ​

Omit.style

Defined in ​

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


surfaceScale? ​

optional surfaceScale: Numberish

Inherited from ​

Omit.surfaceScale

Defined in ​

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


systemLanguage? ​

optional systemLanguage: Numberish

Inherited from ​

Omit.systemLanguage

Defined in ​

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


tabindex? ​

optional tabindex: Numberish

Inherited from ​

Omit.tabindex

Defined in ​

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


tableValues? ​

optional tableValues: Numberish

Inherited from ​

Omit.tableValues

Defined in ​

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


target? ​

optional target: string

Inherited from ​

Omit.target

Defined in ​

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


targetX? ​

optional targetX: Numberish

Inherited from ​

Omit.targetX

Defined in ​

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


targetY? ​

optional targetY: Numberish

Inherited from ​

Omit.targetY

Defined in ​

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


text-anchor? ​

optional text-anchor: string

Inherited from ​

Omit.text-anchor

Defined in ​

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


text-decoration? ​

optional text-decoration: Numberish

Inherited from ​

Omit.text-decoration

Defined in ​

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


text-rendering? ​

optional text-rendering: Numberish

Inherited from ​

Omit.text-rendering

Defined in ​

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


textLength? ​

optional textLength: Numberish

Inherited from ​

Omit.textLength

Defined in ​

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


to? ​

optional to: Numberish

Inherited from ​

Omit.to

Defined in ​

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


transform? ​

optional transform: string

Inherited from ​

Omit.transform

Defined in ​

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


type? ​

optional type: string

Inherited from ​

Omit.type

Defined in ​

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


u1? ​

optional u1: Numberish

Inherited from ​

Omit.u1

Defined in ​

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


u2? ​

optional u2: Numberish

Inherited from ​

Omit.u2

Defined in ​

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


underline-position? ​

optional underline-position: Numberish

Inherited from ​

Omit.underline-position

Defined in ​

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


underline-thickness? ​

optional underline-thickness: Numberish

Inherited from ​

Omit.underline-thickness

Defined in ​

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


unicode? ​

optional unicode: Numberish

Inherited from ​

Omit.unicode

Defined in ​

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


unicode-bidi? ​

optional unicode-bidi: Numberish

Inherited from ​

Omit.unicode-bidi

Defined in ​

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


unicode-range? ​

optional unicode-range: Numberish

Inherited from ​

Omit.unicode-range

Defined in ​

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


unitsPer-em? ​

optional unitsPer-em: Numberish

Inherited from ​

Omit.unitsPer-em

Defined in ​

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


v-alphabetic? ​

optional v-alphabetic: Numberish

Inherited from ​

Omit.v-alphabetic

Defined in ​

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


v-hanging? ​

optional v-hanging: Numberish

Inherited from ​

Omit.v-hanging

Defined in ​

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


v-ideographic? ​

optional v-ideographic: Numberish

Inherited from ​

Omit.v-ideographic

Defined in ​

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


v-mathematical? ​

optional v-mathematical: Numberish

Inherited from ​

Omit.v-mathematical

Defined in ​

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


values? ​

optional values: string

Inherited from ​

Omit.values

Defined in ​

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


vector-effect? ​

optional vector-effect: Numberish

Inherited from ​

Omit.vector-effect

Defined in ​

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


version? ​

optional version: string

Inherited from ​

Omit.version

Defined in ​

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


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:1057


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:1058


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:1059


viewBox? ​

optional viewBox: string

Inherited from ​

Omit.viewBox

Defined in ​

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


viewTarget? ​

optional viewTarget: Numberish

Inherited from ​

Omit.viewTarget

Defined in ​

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


visibility? ​

optional visibility: Numberish

Inherited from ​

Omit.visibility

Defined in ​

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


width? ​

optional width: Numberish

Inherited from ​

Omit.width

Defined in ​

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


widths? ​

optional widths: Numberish

Inherited from ​

Omit.widths

Defined in ​

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


word-spacing? ​

optional word-spacing: Numberish

Inherited from ​

Omit.word-spacing

Defined in ​

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


writing-mode? ​

optional writing-mode: Numberish

Inherited from ​

Omit.writing-mode

Defined in ​

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


x? ​

optional x: Numberish

Inherited from ​

Omit.x

Defined in ​

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


x-height? ​

optional x-height: Numberish

Inherited from ​

Omit.x-height

Defined in ​

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


x1? ​

optional x1: Numberish

Inherited from ​

Omit.x1

Defined in ​

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


x2? ​

optional x2: Numberish

Inherited from ​

Omit.x2

Defined in ​

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


xChannelSelector? ​

optional xChannelSelector: string

Inherited from ​

Omit.xChannelSelector

Defined in ​

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


xlinkActuate? ​

optional xlinkActuate: string

Inherited from ​

Omit.xlinkActuate

Defined in ​

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


xlinkArcrole? ​

optional xlinkArcrole: string

Inherited from ​

Omit.xlinkArcrole

Defined in ​

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


xlinkHref? ​

optional xlinkHref: string

Inherited from ​

Omit.xlinkHref

Defined in ​

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


xlinkRole? ​

optional xlinkRole: string

Inherited from ​

Omit.xlinkRole

Defined in ​

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


xlinkShow? ​

optional xlinkShow: string

Inherited from ​

Omit.xlinkShow

Defined in ​

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


xlinkTitle? ​

optional xlinkTitle: string

Inherited from ​

Omit.xlinkTitle

Defined in ​

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


xlinkType? ​

optional xlinkType: string

Inherited from ​

Omit.xlinkType

Defined in ​

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


xmlns? ​

optional xmlns: string

Inherited from ​

Omit.xmlns

Defined in ​

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


optional xmlnsXlink: string

Inherited from ​

Omit.xmlnsXlink

Defined in ​

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


y? ​

optional y: Numberish

Inherited from ​

Omit.y

Defined in ​

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


y1? ​

optional y1: Numberish

Inherited from ​

Omit.y1

Defined in ​

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


y2? ​

optional y2: Numberish

Inherited from ​

Omit.y2

Defined in ​

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


yChannelSelector? ​

optional yChannelSelector: string

Inherited from ​

Omit.yChannelSelector

Defined in ​

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


z? ​

optional z: Numberish

Inherited from ​

Omit.z

Defined in ​

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


zoomAndPan? ​

optional zoomAndPan: string

Inherited from ​

Omit.zoomAndPan

Defined in ​

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