Appearance
Interface: MwFile
Defined in: src/file/types.tsx:61
Represents a Matterway file in the SDK.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
arrayBuffer | ArrayBuffer | The file's data. | src/file/types.tsx:65 |
name | string | The name of the file. | src/file/types.tsx:70 |
size | number | The size of the file in bytes. | src/file/types.tsx:75 |
type | string | The type of the file. | src/file/types.tsx:80 |
webUrl? | string | The webUrl of the file. | src/file/types.tsx:85 |
base64 | () => string | Returns the file's data as a string. | src/file/types.tsx:91 |