Share via


CustomFileExtension interface

Custom file extension.

Properties

customFileType

The custom file type of the custom file extension.

description

The description of the custom file extension.

enabled

The flag to indicate whether the custom file extension is enabled or not.

fileExtension

The file extension of the custom file extension.

Property Details

customFileType

The custom file type of the custom file extension.

customFileType?: CustomFileType

Property Value

description

The description of the custom file extension.

description?: string

Property Value

string

enabled

The flag to indicate whether the custom file extension is enabled or not.

enabled?: boolean

Property Value

boolean

fileExtension

The file extension of the custom file extension.

fileExtension?: string

Property Value

string