CSVW RDF Convertor - Documentation
    Preparing search index...
    Index

    Constructors

    Properties

    descriptor: Signal<any> = ...
    filesFG: FormGroup<any> = ...
    form: FormGroup<
        {
            descriptor: FormControl<any>;
            files: FormGroup<
                {
                    configFile: FormControl<File>;
                    mainFile: FormControl<File>;
                    mainFileUrl: FormControl<string>;
                    otherFiles: FormControl<File[]>;
                },
            >;
            options: FormGroup<
                {
                    baseIri: FormControl<string>;
                    interactiveSchema: FormControl<boolean>;
                    pathOverrides: FormArray<FormControl<[string | RegExp, string]>>;
                    useVocabMetadata: FormControl<boolean>;
                },
            >;
        },
    > = ...
    optionsFG: FormGroup<any> = ...
    router: Router = ...
    service: R2CService = ...

    Methods