KC's Workspace
Github
Preparing search index...
@kcconfigs/vitest
<internal>
LinkMapper
Interface LinkMapper
interface
LinkMapper
{
assetPath
(
node
:
Node
,
name
:
string
)
:
string
;
getPath
(
node
:
string
|
Node
)
:
string
;
relativePath
(
source
:
string
|
Node
,
target
:
string
|
Node
)
:
string
;
}
Index
Methods
asset
Path
get
Path
relative
Path
Methods
asset
Path
assetPath
(
node
:
Node
,
name
:
string
)
:
string
Parameters
node
:
Node
name
:
string
Returns
string
get
Path
getPath
(
node
:
string
|
Node
)
:
string
Parameters
node
:
string
|
Node
Returns
string
relative
Path
relativePath
(
source
:
string
|
Node
,
target
:
string
|
Node
)
:
string
Parameters
source
:
string
|
Node
target
:
string
|
Node
Returns
string
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Methods
asset
Path
get
Path
relative
Path
Github
KC's Workspace
Loading...