interface-forge - v2.5.0
Preparing search index...
src
FactoryFunction
Type Alias FactoryFunction<T>
FactoryFunction
:
(
factory
:
Factory
<
T
>
,
iteration
:
number
,
)
=>
FactorySchema
<
T
>
|
Promise
<
FactorySchema
<
T
>
>
Type Parameters
T
Type declaration
(
factory
:
Factory
<
T
>
,
iteration
:
number
,
)
:
FactorySchema
<
T
>
|
Promise
<
FactorySchema
<
T
>
>
Parameters
factory
:
Factory
<
T
>
iteration
:
number
Returns
FactorySchema
<
T
>
|
Promise
<
FactorySchema
<
T
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
interface-forge - v2.5.0
Loading...