2 lines
344 KiB
JavaScript
2 lines
344 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: BoardNodeLink","description":"","frontmatter":{"editLink":false},"headers":[],"relativePath":"api/interfaces/features/boards/board.BoardNodeLink.md","lastUpdated":null}'),o={name:"api/interfaces/features/boards/board.BoardNodeLink.md"},i=r('<h1 id="interface-boardnodelink" tabindex="-1">Interface: BoardNodeLink <a class="header-anchor" href="#interface-boardnodelink" aria-label="Permalink to "Interface: BoardNodeLink""></a></h1><p><a href="./../../../modules/features/boards/board">features/boards/board</a>.BoardNodeLink</p><p>An object representing a link between two nodes on the board.</p><h2 id="hierarchy" tabindex="-1">Hierarchy <a class="header-anchor" href="#hierarchy" aria-label="Permalink to "Hierarchy""></a></h2><ul><li><p><a href="https://www.typescriptlang.org/docs/handbook/utility-types.html#omittype-keys" target="_blank" rel="noreferrer"><code>Omit</code></a><<a href="../links/links.Link"><code>Link</code></a>, <code>"startNode"</code> | <code>"endNode"</code>></p><p>↳ <strong><code>BoardNodeLink</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>Omit.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>Omit.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>Omit.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>&qu
|