utilities.filecollection.remove.md
January 18, 2023 ยท View on GitHub
Home > @datashaper/utilities > FileCollection > remove
FileCollection.remove() method
Signature:
remove(options: {
type?: FileType;
name?: string;
}): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| options | { type?: FileType; name?: string; } |
Returns:
void