Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IFileType

A file type to associate with the renderer.

Hierarchy

  • IFileType

Index

Properties

Optional displayName

displayName: string

An optional display name for the file type.

extensions

extensions: ReadonlyArray<string>

The extensions of the file type (e.g. ".txt"). Can be a compound extension (e.g. ".table.json).

Optional fileFormat

fileFormat: string

The file format for the file type ('text', 'base64', or 'json').

Optional iconClass

iconClass: string

The icon class name for the file type.

Optional iconLabel

iconLabel: string

The icon label for the file type.

mimeTypes

mimeTypes: ReadonlyArray<string>

The mime types associated the file type.

name

name: string

The name of the file type.

Optional pattern

pattern: string

An optional pattern for a file name (e.g. ^Dockerfile$).

Generated using TypeDoc