Type Alias FileListingConfig
FileListingConfig: { allowedFileExtensions?: string[]; archivePreviousVersion?: boolean; attributesFromElement?: AttributeKey[]; externalFileAttribute?: string; fileFilter?: RulesLogic; fileLockAttribute?: AttributeKey; filenameCustomUpload?: { prefix: string[]; suffix: string[] }; filenameRegExp?: string[]; masterProjectionAttributes?: string[]; mergedProjectedAttributes?: Record<AttributeKey, AttributeKey[]>; projectedAttributes: AttributeKey[]; projectionArchiveAttribute?: AttributeKey; projectionRelevantAttribute?: AttributeKey; renderRelevantAsCheckboxAttributes?: string[]; sortingAttribute?: string;} Type declaration
Optional
allowedFileExtensions?: string[]
Optional
archivePreviousVersion?: boolean
Optional
attributesFromElement?: AttributeKey[]
Optional
externalFileAttribute?: string
Optional
fileFilter?: RulesLogic
Optional
fileLockAttribute?: AttributeKey
Optional
filenameCustomUpload?: { prefix: string[]; suffix: string[] }
Optional
filenameRegExp?: string[]
Optional
masterProjectionAttributes?: string[]
Optional
projectionArchiveAttribute?: AttributeKey
Optional
projectionRelevantAttribute?: AttributeKey
Optional
renderRelevantAsCheckboxAttributes?: string[]
Optional
sortingAttribute?: string
File Listing interfaces