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