@echecs/pgn - v5.0.0
    Preparing search index...

    Interface ParseOptions

    interface ParseOptions {
        onWarning?: (warning: ParseWarning) => void;
        onError?: (error: ParseError) => void;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    onWarning?: (warning: ParseWarning) => void
    onError?: (error: ParseError) => void