Bluestep JS Documentation
    Preparing search index...

    Interface ImporterSettings

    interface ImporterSettings {
        copy?: boolean;
        destination?: string;
        keepName?: boolean;
        permanentUrl?: string;
    }
    Index

    Properties

    copy?: boolean

    [[Importer.copy]]

    destination?: string

    [[Importer.destination]]

    keepName?: boolean

    [[Importer.keepName]]

    permanentUrl?: string

    [[Importer.permanentUrl]]