OpenFairyGUI API
    Preparing search index...

    Interface ValidateOptions

    interface ValidateOptions {
        throwOnError?: boolean;
    }
    Index
    throwOnError?: boolean

    If true, the transform throws on errors. Default: false.