Preparing search index...
The search index is not available
@deep-foundation/deeplinks
@deep-foundation/deeplinks
minilinks
LinkRelations
Interface LinkRelations<Ref, L>
interface
LinkRelations
<
Ref
,
L
>
{
_applies
:
string
[]
;
_namespaces
:
string
[]
;
from
:
L
;
in
:
L
[]
;
inByType
:
{
[
id
:
string
]
:
L
[]
;
}
;
ml
?:
MinilinkCollection
<
MinilinksGeneratorOptions
,
L
>
;
out
:
L
[]
;
outByType
:
{
[
id
:
string
]
:
L
[]
;
}
;
to
:
L
;
type
:
L
;
typed
:
L
[]
;
value
?:
any
;
}
Type Parameters
Ref
extends
Id
L
extends
Link
<
Ref
>
Hierarchy (
view full
)
LinkRelations
Link
Index
Properties
_applies
_namespaces
from
in
in
By
Type
ml?
out
out
By
Type
to
type
typed
value?
Properties
_applies
_applies
:
string
[]
_namespaces
_namespaces
:
string
[]
from
from
:
L
in
in
:
L
[]
in
By
Type
in
By
Type
:
{
[
id
:
string
]
:
L
[]
;
}
Optional
ml
ml
?:
MinilinkCollection
<
MinilinksGeneratorOptions
,
L
>
out
out
:
L
[]
out
By
Type
out
By
Type
:
{
[
id
:
string
]
:
L
[]
;
}
to
to
:
L
type
type
:
L
typed
typed
:
L
[]
Optional
value
value
?:
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_applies
_namespaces
from
in
in
By
Type
ml
out
out
By
Type
to
type
typed
value
@deep-foundation/deeplinks
Loading...