Preparing search index...
The search index is not available
@codegrade/apiv2-client
@codegrade/apiv2-client
OuptutRegularFileType
Visitor
Interface Visitor<T>
interface
Visitor
<
T
>
{
_
:
(
name
:
string
,
value
:
any
)
=>
T
;
binary
:
(
value
:
OutputRegularBinaryFileType
)
=>
T
;
notebook
:
(
value
:
OutputJupyterNotebookFileType
)
=>
T
;
quiz
:
(
value
:
OutputRegularQuizFileType
)
=>
T
;
text
:
(
value
:
OutputRegularTextFileType
)
=>
T
;
}
Type Parameters
T
Index
Properties
_
binary
notebook
quiz
text
Properties
_
_
:
(
name
:
string
,
value
:
any
)
=>
T
binary
binary
:
(
value
:
OutputRegularBinaryFileType
)
=>
T
notebook
notebook
:
(
value
:
OutputJupyterNotebookFileType
)
=>
T
quiz
quiz
:
(
value
:
OutputRegularQuizFileType
)
=>
T
text
text
:
(
value
:
OutputRegularTextFileType
)
=>
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
binary
notebook
quiz
text
@codegrade/apiv2-client
Loading...