Documents for @litert/utils-async
Preparing search index...
Classes/FiberController
IFiberOptions
Type Alias IFiberOptions<T>
IFiberOptions
:
T
extends
null
?
{
data
?:
T
;
main
:
IFiberExecution
<
T
>
}
:
{
data
:
T
;
main
:
IFiberExecution
<
T
>
}
The options for creating a fiber controller.
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documents for @litert/utils-async
Loading...
The options for creating a fiber controller.