Interface: ILinkQuery\<Type, Input>
Type parameters
Name | Type |
---|---|
Type |
extends LdoBase |
Input |
extends LQInput \<Type > |
Implemented by
Methods
fromSubject
▸ fromSubject(): ExpandDeep
\<LQReturn
\<Type
, Input
>>
Returns
ExpandDeep
\<LQReturn
\<Type
, Input
>>
Defined in
packages/connected/src/types/ILinkQuery.ts:96
run
▸ run(options?
): Promise
\<ExpandDeep
\<LQReturn
\<Type
, Input
>>>
Parameters
Name | Type |
---|---|
options? |
LinkQueryRunOptions |
Returns
Promise
\<ExpandDeep
\<LQReturn
\<Type
, Input
>>>
Defined in
packages/connected/src/types/ILinkQuery.ts:90
subscribe
▸ subscribe(): Promise
\<string
>
Returns
Promise
\<string
>
Defined in
packages/connected/src/types/ILinkQuery.ts:93
unsubscribe
▸ unsubscribe(subscriptionId
): Promise
\<void
>
Parameters
Name | Type |
---|---|
subscriptionId |
string |
Returns
Promise
\<void
>
Defined in
packages/connected/src/types/ILinkQuery.ts:94
unsubscribeAll
▸ unsubscribeAll(): Promise
\<void
>
Returns
Promise
\<void
>