Preparing search index...
The search index is not available
@codegrade/apiv2-client
@codegrade/apiv2-client
JupyterStreamOutputEventValue
Visitor
Interface Visitor<T>
interface
Visitor
<
T
>
{
_
:
(
name
:
string
,
value
:
any
)
=>
T
;
inline
:
(
value
:
Uint8Array
)
=>
T
;
link
:
(
value
:
JupyterStreamOutputEventValueLink
)
=>
T
;
}
Type Parameters
T
Index
Properties
_
inline
link
Properties
_
_
:
(
name
:
string
,
value
:
any
)
=>
T
inline
inline
:
(
value
:
Uint8Array
)
=>
T
link
link
:
(
value
:
JupyterStreamOutputEventValueLink
)
=>
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
inline
link
@codegrade/apiv2-client
Loading...