MCPcopy
hub / github.com/udecode/plate / WrapLinkOptions

Interface WrapLinkOptions

packages/link/src/lib/transforms/wrapLink.ts:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { KEYS } from 'platejs';
4
5export interface WrapLinkOptions extends WrapNodesOptions {
6 url: string;
7 target?: string;
8}
9
10/** Wrap a link node with split. */
11export const wrapLink = (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…