Preparing search index...
The search index is not available
@ustra/nuxt
@ustra/nuxt
management/models/common
FileMetaData
Interface FileMetaData
파일 메타 데이터
interface
FileMetaData
{
fileExt
?:
string
;
fileGrpId
?:
string
;
fileId
?:
string
;
fileName
?:
string
;
fileNo
?:
number
;
filePath
?:
string
;
fileSize
?:
number
;
orgData
?:
File
;
orgExt
?:
string
;
orgName
?:
string
;
orgPath
?:
string
;
orgSize
?:
number
;
uploadType
?:
"01"
|
"02"
|
"03"
;
}
Hierarchy
Record
<
string
,
unknown
>
FileMetaData
Index
Properties
file
Ext?
file
Grp
Id?
file
Id?
file
Name?
file
No?
file
Path?
file
Size?
org
Data?
org
Ext?
org
Name?
org
Path?
org
Size?
upload
Type?
Properties
Optional
file
Ext
file
Ext
?:
string
Optional
file
Grp
Id
file
Grp
Id
?:
string
Optional
file
Id
file
Id
?:
string
Optional
file
Name
file
Name
?:
string
파일 명
Optional
file
No
file
No
?:
number
Optional
file
Path
file
Path
?:
string
파일 경로
Optional
file
Size
file
Size
?:
number
Optional
org
Data
org
Data
?:
File
Optional
org
Ext
org
Ext
?:
string
Optional
org
Name
org
Name
?:
string
Optional
org
Path
org
Path
?:
string
Optional
org
Size
org
Size
?:
number
Optional
upload
Type
upload
Type
?:
"01"
|
"02"
|
"03"
업로드 유형
01 : 신규
02 : 수정
03 : 삭제
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
file
Ext
file
Grp
Id
file
Id
file
Name
file
No
file
Path
file
Size
org
Data
org
Ext
org
Name
org
Path
org
Size
upload
Type
@ustra/nuxt
base/ustra-service
components
composables
config
directives
externals/daum/post
index
kit
management
module
plugins
config
desc
api
auth
components
directives
dom
env
error
fetch
Loading...
Generated using
TypeDoc
파일 메타 데이터