Type alias FileListingConfig

FileListingConfig: {
    allowedFileExtensions?: string[];
    archivePreviousVersion?: boolean;
    attributesFromElement?: AttributeKey[];
    externalFileAttribute?: string;
    fileLockAttribute?: AttributeKey;
    masterProjectionAttributes?: string[];
    projectedAttributes: AttributeKey[];
    projectionArchiveAttribute?: AttributeKey;
    sortingAttribute?: string;
}

File Listing interfaces

Type declaration

  • Optional allowedFileExtensions?: string[]
  • Optional archivePreviousVersion?: boolean
  • Optional attributesFromElement?: AttributeKey[]
  • Optional externalFileAttribute?: string
  • Optional fileLockAttribute?: AttributeKey
  • Optional masterProjectionAttributes?: string[]
  • projectedAttributes: AttributeKey[]
  • Optional projectionArchiveAttribute?: AttributeKey
  • Optional sortingAttribute?: string

Generated using TypeDoc