Web fetch
    Preparing search index...

    Interface PageSaveOption

    interface PageSaveOption {
        baseURI?: string;
        markdown?: boolean;
        rootFolder?: string;
        rootSelector?: string;
        source: string;
    }

    Hierarchy

    Index

    Properties

    baseURI?: string
    markdown?: boolean
    rootFolder?: string
    rootSelector?: string
    source: string