Appearance
Interface: MwFile
Defined in: packages/sdk/src/file/types.tsx:4
Represents a Matterway file in the SDK.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
arrayBuffer | ArrayBuffer | The file's data. | packages/sdk/src/file/types.tsx:8 |
base64 | () => string | Returns the file's data as a string. | packages/sdk/src/file/types.tsx:14 |
name | string | The name of the file. | packages/sdk/src/file/types.tsx:19 |
size | number | The size of the file in bytes. | packages/sdk/src/file/types.tsx:24 |
type | string | The type of the file. | packages/sdk/src/file/types.tsx:29 |
webUrl? | string | The webUrl of the file. | packages/sdk/src/file/types.tsx:36 |