Umi — API References - v1.3.0
Preparing search index...
umi
GenericFileOptions
Type Alias GenericFileOptions
Represents the options that can be provided when creating a
GenericFile
.
type
GenericFileOptions
=
{
contentType
?:
string
;
displayName
?:
string
;
extension
?:
string
;
tags
?:
{
name
:
string
;
value
:
string
}
[]
;
uniqueName
?:
string
;
}
Index
Properties
content
Type?
display
Name?
extension?
tags?
unique
Name?
Properties
Optional
content
Type
contentType
?:
string
Optional
display
Name
displayName
?:
string
Optional
extension
extension
?:
string
Optional
tags
tags
?:
{
name
:
string
;
value
:
string
}
[]
Optional
unique
Name
uniqueName
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
Type
display
Name
extension
tags
unique
Name
Umi — API References - v1.3.0
Loading...
Represents the options that can be provided when creating a GenericFile.