interface XmlImportOptions {
    contentSegmentation?: boolean;
    inlineTags?: string[];
    srxStorageId?: number;
    translatableElements?: string[];
    translateAttributes?: boolean;
    translateContent?: boolean;
}

Properties

contentSegmentation?: boolean
inlineTags?: string[]
srxStorageId?: number
translatableElements?: string[]
translateAttributes?: boolean
translateContent?: boolean