---
title: "IFileBrowserItemElement"
---
# IFileBrowserItemElement

Defined in: [src/types/file-browser.d.ts:328](https://github.com/xdan/jodit/blob/main/src/types/file-browser.d.ts#L328)

The module creates a web browser dialog box. In a Web browser ,you can select an image, remove, drag it. Upload new

## Extends

- [`ISourceFile`](./types.ISourceFile.html)

## Extended by

- [`IFileBrowserItemWrapper`](./types.IFileBrowserItemWrapper.html)

### type

**type**: `"file"` \| `"image"` \| `"folder"`

Defined in: [src/types/file-browser.d.ts:30](https://github.com/xdan/jodit/blob/main/src/types/file-browser.d.ts#L30)

#### Inherited from

[`ISourceFile`](./types.ISourceFile.html).[`type`](./types.ISourceFile.html#type)

***

### file?

`optional` **file?**: `string`

Defined in: [src/types/file-browser.d.ts:31](https://github.com/xdan/jodit/blob/main/src/types/file-browser.d.ts#L31)

#### Inherited from

[`ISourceFile`](./types.ISourceFile.html).[`file`](./types.ISourceFile.html#file)

***

### fileIsAbsolute?

`optional` **fileIsAbsolute?**: `boolean`

Defined in: [src/types/file-browser.d.ts:32](https://github.com/xdan/jodit/blob/main/src/types/file-browser.d.ts#L32)

#### Inherited from

[`ISourceFile`](./types.ISourceFile.html).[`fileIsAbsolute`](./types.ISourceFile.html#fileisabsolute)

***

### name?

`optional` **name?**: `string`

Defined in: [src/types/file-browser.d.ts:33](https://github.com/xdan/jodit/blob/main/src/types/file-browser.d.ts#L33)

#### Inherited from

[`ISourceFile`](./types.ISourceFile.html).[`name`](./types.ISourceFile.html#name)

***

### thumb?

`optional` **thumb?**: `string`

Defined in: [src/types/file-browser.d.ts:34](https://github.com/xdan/jodit/blob/main/src/types/file-browser.d.ts#L34)

#### Inherited from

[`ISourceFile`](./types.ISourceFile.html).[`thumb`](./types.ISourceFile.html#thumb)

***

### thumbIsAbsolute?

`optional` **thumbIsAbsolute?**: `boolean`

Defined in: [src/types/file-browser.d.ts:35](https://github.com/xdan/jodit/blob/main/src/types/file-browser.d.ts#L35)

#### Inherited from

[`ISourceFile`](./types.ISourceFile.html).[`thumbIsAbsolute`](./types.ISourceFile.html#thumbisabsolute)

***

### changed?

`optional` **changed?**: `string` \| `number`

Defined in: [src/types/file-browser.d.ts:36](https://github.com/xdan/jodit/blob/main/src/types/file-browser.d.ts#L36)

#### Inherited from

[`ISourceFile`](./types.ISourceFile.html).[`changed`](./types.ISourceFile.html#changed)

***

### size?

`optional` **size?**: `string`

Defined in: [src/types/file-browser.d.ts:37](https://github.com/xdan/jodit/blob/main/src/types/file-browser.d.ts#L37)

#### Inherited from

[`ISourceFile`](./types.ISourceFile.html).[`size`](./types.ISourceFile.html#size)

***

### isImage?

`optional` **isImage?**: `boolean`

Defined in: [src/types/file-browser.d.ts:38](https://github.com/xdan/jodit/blob/main/src/types/file-browser.d.ts#L38)

#### Inherited from

[`ISourceFile`](./types.ISourceFile.html).[`isImage`](./types.ISourceFile.html#isimage)

***

### source

**source**: [`ISource`](./types.ISource.html)

Defined in: [src/types/file-browser.d.ts:329](https://github.com/xdan/jodit/blob/main/src/types/file-browser.d.ts#L329)

***

### sourceName

**sourceName**: `string`

Defined in: [src/types/file-browser.d.ts:330](https://github.com/xdan/jodit/blob/main/src/types/file-browser.d.ts#L330)
