interface WebXmlImportOptions {
    contentSegmentation?: boolean;
    inlineTags?: string[];
    srxStorageId?: number;
}

Properties

contentSegmentation?: boolean
inlineTags?: string[]
srxStorageId?: number