interface CommonFileFormatSettings {
    contentSegmentation?: boolean;
    exportPattern?: string;
    srxStorageId?: number;
}

Hierarchy (view full)

Properties

contentSegmentation?: boolean
exportPattern?: string
srxStorageId?: number