Preparing search index...
The search index is not available
@deep-foundation/deeplinks
@deep-foundation/deeplinks
client
UseDeepSubscriptionResult
Interface UseDeepSubscriptionResult<LL>
interface
UseDeepSubscriptionResult
<
LL
>
{
data
?:
LL
[]
;
error
?:
any
;
loading
:
boolean
;
query
?:
Exp
<
"links"
>
;
}
Type Parameters
LL
=
Link
<
Id
>
Index
Properties
data?
error?
loading
query?
Properties
Optional
data
data
?:
LL
[]
Optional
error
error
?:
any
loading
loading
:
boolean
Optional
query
query
?:
Exp
<
"links"
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
error
loading
query
@deep-foundation/deeplinks
Loading...