utilities.basefile.md
January 18, 2023 ยท View on GitHub
Home > @datashaper/utilities > BaseFile
BaseFile class
Signature:
export declare class BaseFile extends FileWithPath
Extends: FileWithPath
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(file) | Constructs a new instance of the BaseFile class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| name | readonly | string |
Methods
| Method | Modifiers | Description |
|---|---|---|
| isDsv() | ||
| isJson() | ||
| isReadable() | ||
| isSupported() | ||
| isTable() | ||
| isZip() | ||
| metadata() | ||
| rename(newName) | ||
| toDataURL() | ||
| toDsvString() | ||
| toJson() | ||
| toTable() | ||
| toText() |