@echecs/trf - v3.3.2
    Preparing search index...

    Interface ParseOptions

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

    Properties

    Properties

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