Skip to content

Interface: MwFile

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

Represents a Matterway file in the SDK.

Properties

PropertyTypeDescriptionDefined in
arrayBufferArrayBufferThe file's data.src/file/types.tsx:65
namestringThe name of the file.src/file/types.tsx:70
sizenumberThe size of the file in bytes.src/file/types.tsx:75
typestringThe type of the file.src/file/types.tsx:80
webUrl?stringThe webUrl of the file.src/file/types.tsx:85
base64() => stringReturns the file's data as a string.src/file/types.tsx:91

Matterway Assistant SDK Documentation