Preparing search index...
The search index is not available
@deep-foundation/deeplinks
@deep-foundation/deeplinks
cyber
Schemas
Interface Schemas
interface
Schemas
{
byFrom
?:
{
[
type
:
string
]
:
string
[]
;
}
;
byTo
?:
{
[
type
:
string
]
:
string
[]
;
}
;
byType
?:
{
[
type
:
string
]
:
{
from
:
string
;
get
?:
(
(
deep
:
any
,
id
:
any
)
=>
Promise
<
any
>
)
;
to
:
string
;
}
;
}
;
}
Index
Properties
by
From?
by
To?
by
Type?
Properties
Optional
by
From
by
From
?:
{
[
type
:
string
]
:
string
[]
;
}
Optional
by
To
by
To
?:
{
[
type
:
string
]
:
string
[]
;
}
Optional
by
Type
by
Type
?:
{
[
type
:
string
]
:
{
from
:
string
;
get
?:
(
(
deep
:
any
,
id
:
any
)
=>
Promise
<
any
>
)
;
to
:
string
;
}
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
by
From
by
To
by
Type
@deep-foundation/deeplinks
Loading...