@dxos/app-framework - v0.8.2
Preparing search index...
IntentResolver
Type Alias IntentResolver<Tag, Fields, Data>
IntentResolver
:
Readonly
<
{
filter
?:
(
data
:
IntentData
<
Fields
>
)
=>
data
is
Data
;
intent
:
IntentSchema
<
Tag
,
Fields
>
;
position
?:
Position
;
resolve
:
IntentEffectDefinition
<
GuardedType
<
IntentResolver
<
Tag
,
Fields
,
Data
>
[
"filter"
]
>
,
IntentResultData
<
Fields
>
,
>
;
}
,
>
Intent resolver to match intents to their effects.
Type Parameters
Tag
extends
string
Fields
extends
IntentParams
Data
=
IntentData
<
Fields
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@dxos/app-framework - v0.8.2
Loading...
Intent resolver to match intents to their effects.