File

src/app/shared/components/file-upload/file-data.ts

Index

Properties

Constructor

constructor(name: string, uuid?: string, uploadDate?: number)
Parameters :
Name Type Optional Description
name string
uuid string true
uploadDate number true

Properties

Public name
name: string
Type : string
Public uploadDate
uploadDate: number
Type : number
Public uuid
uuid: string
Type : string
export class FileData {
  constructor(public name: string, public uuid?: string, public uploadDate?: number) {
  }
}

results matching ""

    No results matching ""