Interface PageSaveOption

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

Hierarchy

Properties

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