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

ConstructorModifiersDescription
(constructor)(file)Constructs a new instance of the BaseFile class

Properties

PropertyModifiersTypeDescription
namereadonlystring

Methods

MethodModifiersDescription
isDsv()
isJson()
isReadable()
isSupported()
isTable()
isZip()
metadata()
rename(newName)
toDataURL()
toDsvString()
toJson()
toTable()
toText()