Preparing search index...
The search index is not available
@deep-foundation/deeplinks
@deep-foundation/deeplinks
minilinks
Link
Interface Link<Ref>
interface
Link
<
Ref
>
{
_applies
:
string
[]
;
_from_id
?:
Id
;
_id
?:
Id
;
_namespaces
:
string
[]
;
_to_id
?:
Id
;
_type_id
?:
Id
;
displayId
:
Id
;
from
:
Link
<
Ref
>
;
from_id
?:
Ref
;
id
:
Ref
;
in
:
Links
<
Id
,
Link
<
Ref
>
>
;
inByType
:
{
[
id
:
string
]
:
Links
<
Ref
,
L
>
;
}
;
ml
?:
MinilinkCollection
<
MinilinksGeneratorOptions
,
Link
<
Ref
>
>
;
out
:
Links
<
Id
,
Link
<
Ref
>
>
;
outByType
:
{
[
id
:
string
]
:
Links
<
Ref
,
L
>
;
}
;
to
:
Link
<
Ref
>
;
to_id
?:
Ref
;
type
:
Link
<
Ref
>
;
type_id
:
Ref
;
typed
:
Links
<
Id
,
Link
<
Ref
>
>
;
value
?:
any
;
}
Type Parameters
Ref
extends
Id
Hierarchy (
view full
)
LinkPlain
<
Ref
>
LinkRelations
<
Id
,
Link
<
Ref
>
>
LinkHashFields
Link
PackagerLink
Index
Properties
_applies
_from_
id?
_id?
_namespaces
_to_
id?
_type_
id?
display
Id
from
from_
id?
id
in
in
By
Type
ml?
out
out
By
Type
to
to_
id?
type
type_
id
typed
value?
Properties
_applies
_applies
:
string
[]
Optional
_from_
id
_from_
id
?:
Id
Optional
_id
_id
?:
Id
_namespaces
_namespaces
:
string
[]
Optional
_to_
id
_to_
id
?:
Id
Optional
_type_
id
_type_
id
?:
Id
display
Id
display
Id
:
Id
from
from
:
Link
<
Ref
>
Optional
from_
id
from_
id
?:
Ref
id
id
:
Ref
in
in
:
Links
<
Id
,
Link
<
Ref
>
>
in
By
Type
in
By
Type
:
{
[
id
:
string
]
:
Links
<
Ref
,
L
>
;
}
Optional
ml
ml
?:
MinilinkCollection
<
MinilinksGeneratorOptions
,
Link
<
Ref
>
>
out
out
:
Links
<
Id
,
Link
<
Ref
>
>
out
By
Type
out
By
Type
:
{
[
id
:
string
]
:
Links
<
Ref
,
L
>
;
}
to
to
:
Link
<
Ref
>
Optional
to_
id
to_
id
?:
Ref
type
type
:
Link
<
Ref
>
type_
id
type_
id
:
Ref
typed
typed
:
Links
<
Id
,
Link
<
Ref
>
>
Optional
value
value
?:
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_applies
_from_
id
_id
_namespaces
_to_
id
_type_
id
display
Id
from
from_
id
id
in
in
By
Type
ml
out
out
By
Type
to
to_
id
type
type_
id
typed
value
@deep-foundation/deeplinks
Loading...