Documentation
Preparing search index...
flow/readable/types/methods/inspect/readable-flow-inspect-options
ReadableFlowInspectOptions
Interface ReadableFlowInspectOptions<GValue, GArguments>
interface
ReadableFlowInspectOptions
<
GValue
,
GArguments
extends
readonly
unknown
[]
,
>
{
close
?:
()
=>
void
;
error
?:
(
error
:
unknown
)
=>
void
;
next
?:
(
value
:
GValue
)
=>
void
;
open
?:
(
...
args
:
GArguments
)
=>
void
;
}
Type Parameters
GValue
GArguments
extends
readonly
unknown
[]
Index
Properties
close?
error?
next?
open?
Properties
Optional
Readonly
close
close
?:
()
=>
void
Optional
Readonly
error
error
?:
(
error
:
unknown
)
=>
void
Optional
Readonly
next
next
?:
(
value
:
GValue
)
=>
void
Optional
Readonly
open
open
?:
(
...
args
:
GArguments
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
close
error
next
open
Documentation
Loading...