utilities.filecollection.md

January 18, 2023 ยท View on GitHub

Home > @datashaper/utilities > FileCollection

FileCollection class

Signature:

export declare class FileCollection 

Properties

PropertyModifiersTypeDescription
configConfig
namestring

Methods

MethodModifiersDescription
add(files)
clear()
copy()
find(name)
list(type)
metadata(name)
remove(options)
rename(name, newName)
setFiles(files)
toDsv(name)
toHtml(name)
toJson(name)
toTable(name)
toZip(zipName)

Contents

  1. 1FileCollection class
  2. 2Properties
  3. 3Methods