ixfx
Preparing search index...
Iterables
IteratorControllerOptions
Type Alias IteratorControllerOptions<T>
IteratorControllerOptions
:
Readonly
<
{
delay
?:
Interval
;
iterator
:
()
=>
IterableIterator
<
T
>
;
onValue
:
(
value
:
T
)
=>
boolean
|
void
;
}
,
>
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ixfx
Loading...