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

Hierarchy (view full)

Properties

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