🚀
IC Reactor v3 is here!
Featuring TanStack Query integration, improved type safety, and more.
View v3 Documentation →
×
ic-reactor
Example
GitHub
Preparing search index...
core
types
VisitService
Type Alias VisitService<A, M>
VisitService
:
{
   Â
[
K
in
M
]
:
<
V
extends
types
.
IDL
.
Visitor
<
unknown
,
unknown
>
>
(
       Â
extractorClass
:
V
,
       Â
data
:
types
.
VisitorType
<
V
>
[
"data"
]
,
   Â
)
=>
ReturnType
<
V
[
"visitFunc"
]
>
}
Type Parameters
A
=
types
.
BaseActor
M
extends
types
.
FunctionName
<
A
>
=
types
.
FunctionName
<
A
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Example
GitHub
ic-reactor
Loading...