2 lines
347 KiB
JavaScript
2 lines
347 KiB
JavaScript
|
import{_ as e,c as a,o as t,N as r}from"./chunks/framework.0799945b.js";const p=JSON.parse('{"title":"Interface: Link","description":"","frontmatter":{"editLink":false},"headers":[],"relativePath":"api/interfaces/features/links/links.Link.md","lastUpdated":null}'),o={name:"api/interfaces/features/links/links.Link.md"},i=r('<h1 id="interface-link" tabindex="-1">Interface: Link <a class="header-anchor" href="#interface-link" aria-label="Permalink to "Interface: Link""></a></h1><p><a href="./../../../modules/features/links/links">features/links/links</a>.Link</p><p>Represents a link between two nodes. It will be displayed as an SVG line, and can take any appropriate properties for an SVG line element.</p><h2 id="hierarchy" tabindex="-1">Hierarchy <a class="header-anchor" href="#hierarchy" aria-label="Permalink to "Hierarchy""></a></h2><ul><li><p><code>SVGAttributes</code></p><p>↳ <strong><code>Link</code></strong></p></li></ul><h2 id="properties" tabindex="-1">Properties <a class="header-anchor" href="#properties" aria-label="Permalink to "Properties""></a></h2><h3 id="accent-height" tabindex="-1">accent-height <a class="header-anchor" href="#accent-height" aria-label="Permalink to "accent-height""></a></h3><p>• <code>Optional</code> <strong>accent-height</strong>: <code>Numberish</code></p><h4 id="inherited-from" tabindex="-1">Inherited from <a class="header-anchor" href="#inherited-from" aria-label="Permalink to "Inherited from""></a></h4><p>SVGAttributes.accent-height</p><h4 id="defined-in" tabindex="-1">Defined in <a class="header-anchor" href="#defined-in" aria-label="Permalink to "Defined in""></a></h4><p>node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:945</p><hr><h3 id="accumulate" tabindex="-1">accumulate <a class="header-anchor" href="#accumulate" aria-label="Permalink to "accumulate""></a></h3><p>• <code>Optional</code> <strong>accumulate</strong>: <code>"none"</code> | <code>"sum"</code></p><h4 id="inherited-from-1" tabindex="-1">Inherited from <a class="header-anchor" href="#inherited-from-1" aria-label="Permalink to "Inherited from""></a></h4><p>SVGAttributes.accumulate</p><h4 id="defined-in-1" tabindex="-1">Defined in <a class="header-anchor" href="#defined-in-1" aria-label="Permalink to "Defined in""></a></h4><p>node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:946</p><hr><h3 id="additive" tabindex="-1">additive <a class="header-anchor" href="#additive" aria-label="Permalink to "additive""></a></h3><p>• <code>Optional</code> <strong>additive</strong>: <code>"sum"</code> | <code>"replace"</code></p><h4 id="inherited-from-2" tabindex="-1">Inherited from <a class="header-anchor" href="#inherited-from-2" aria-label="Permalink to "Inherited from""></a></h4><p>SVGAttributes.additive</p><h4 id="defined-in-2" tabindex="-1">Defined in <a class="header-anchor" href="#defined-in-2" aria-label="Permalink to "Defined in""></a></h4><p>node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts:947</p><hr><h3 id="alignment-baseline" tabindex="-1">alignment-baseline <a class="header-anchor" href="#alignment-baseline" aria-label="Permalink to "alignment-baseline""></a></h3><p>• <code>Optional</code> <strong>alignment-baseline</strong>: <code>"alphabetic"</code> | <code>"hanging"</code> | <code>"ideographic"</code> | <code>"mathematical"</code> | <code>"auto"</code> | <code>"baseline"</code> | <code>"before-edge"</code> | <code>"text-before-edge"</code> | <code>"middle"</code> | <code>"central"</code> | <code>"after-edge"</code> | <code>"text-after-edge"</code> | <code>"inherit"</code></p><h4 id="inherited-from-3" tabindex="-1">Inherited from <a class="header-anchor" href="#inherited-from-3" aria-label="Permalink to "Inherited from""></a></h4><p>SVGAttributes.alignment-bas
|