Appearance
Interface: MwFile
Defined in: src/file/types.tsx:4
Represents a Matterway file in the SDK.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
arrayBuffer | ArrayBuffer | The file's data. | src/file/types.tsx:8 |
name | string | The name of the file. | src/file/types.tsx:13 |
size | number | The size of the file in bytes. | src/file/types.tsx:18 |
type | string | The type of the file. | src/file/types.tsx:23 |
webUrl? | string | The webUrl of the file. | src/file/types.tsx:28 |
base64 | () => string | Returns the file's data as a string. | src/file/types.tsx:34 |