Skip to content

Interface: MwFile

Defined in: src/file/types.tsx:4

Represents a Matterway file in the SDK.

Properties

PropertyTypeDescriptionDefined in
arrayBufferArrayBufferThe file's data.src/file/types.tsx:8
namestringThe name of the file.src/file/types.tsx:13
sizenumberThe size of the file in bytes.src/file/types.tsx:18
typestringThe type of the file.src/file/types.tsx:23
webUrl?stringThe webUrl of the file.src/file/types.tsx:28
base64() => stringReturns the file's data as a string.src/file/types.tsx:34

Matterway Assistant SDK Documentation