23 lines
509 B
Markdown
23 lines
509 B
Markdown
[@redeye/parser-core](../index.md) / FileDisplay
|
|
|
|
# Interface: FileDisplay
|
|
|
|
## Table of contents
|
|
|
|
### Properties
|
|
|
|
- [editable](FileDisplay.md#editable)
|
|
|
|
## Properties
|
|
|
|
### editable
|
|
|
|
• **editable**: `boolean`
|
|
|
|
Whether the names of the servers inferred from the uploaded files are editable
|
|
A user may want to change the name of a server to something more descriptive
|
|
|
|
#### Defined in
|
|
|
|
[upload-form.ts:85](https://github.com/cisagov/RedEye/blob/bd5dfc45/parsers/parser-core/src/parser-info/upload-form.ts#L85)
|