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