Rezi
Preparing search index...
core/src
UseTailOptions
Type Alias UseTailOptions<T>
UseTailOptions
:
Readonly
<
{
enabled
?:
boolean
;
fromEnd
?:
boolean
;
maxBuffer
?:
number
;
parse
?:
(
chunk
:
string
)
=>
T
;
pollMs
?:
number
;
sourceFactory
?:
TailSourceFactory
<
string
>
;
}
,
>
Options for
useTail
.
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Rezi
Loading...
Options for
useTail.