@echecs/trf - v3.3.2
Preparing search index...
ParseOptions
Interface ParseOptions
interface
ParseOptions
{
onError
?:
(
error
:
ParseError
)
=>
void
;
onWarning
?:
(
warning
:
ParseWarning
)
=>
void
;
}
Index
Properties
on
Error?
on
Warning?
Properties
Optional
on
Error
onError
?:
(
error
:
ParseError
)
=>
void
Optional
on
Warning
onWarning
?:
(
warning
:
ParseWarning
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
on
Error
on
Warning
@echecs/trf - v3.3.2
Loading...