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).
Optional Readonly fileThe file format for the file type ('text', 'base64', or 'json').
Optional Readonly iconThe icon for the file type. Can either be a string containing the name of an existing icon, or an object with {name, svgstr} fields, where svgstr is a string containing the raw contents of an svg file.
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$).
A file type to associate with the renderer.