DeclarationLink.svelte view source
accepts children
import DeclarationLink from '@fuzdev/fuz_ui/DeclarationLink.svelte'; name
type
stringmodule_path?
Module path of the declaration's defining module. When provided, resolution is scoped to that module's declarations — exact even when names collide across modules. Without it, resolution falls back to the library-wide by-name map.
type
stringoptional
hash?
URL fragment to append, with or without the #.
type
stringoptional
full?
Link to the library's own deployed docs (url_api_full) instead of a
site-local path (url_api). Use when rendering a foreign library on a
different site, e.g. an aggregator, so links don't dangle locally.
type
booleanoptional default
falseexternal types
SvelteHTMLElements['a']