@echecs/san - v4.0.0
    Preparing search index...

    Interface ParseOptions

    interface ParseOptions {
        onError?: (error: ParseError) => void;
    }
    Index

    Properties

    Properties

    onError?: (error: ParseError) => void