Readonly
contentThe content type of the new file.
Optional
Readonly
displayAn optional display name for the file type.
Readonly
extensionsThe extensions of the file type (e.g. ".txt"
). Can be a compound
extension (e.g. ".table.json
).
Readonly
fileThe format of the new file.
Optional
Readonly
iconThe icon for the file type.
Optional
Readonly
iconThe icon class name for the file type.
Optional
Readonly
iconThe icon label for the file type.
Readonly
mimeThe mime types associated the file type.
Readonly
nameThe name of the file type.
Optional
Readonly
patternAn optional pattern for a file name (e.g. ^Dockerfile$
).
An interface for a file type.