CSVW RDF Convertor - Documentation
    Preparing search index...
    interface IssueTrackerOptions {
        collectIssues?: boolean;
        eventEmitter?: any;
        throwErrors?: boolean;
    }
    Index

    Properties

    collectIssues?: boolean

    If true (default), issues will be collected in internal arrays for later retrieval

    eventEmitter?: any

    If supplied, issues will be emitted as events

    throwErrors?: boolean

    If true (default), errors will be thrown instead of emitted or collected