Skip to content

Interface: MwFile

Defined in: packages/shared/lib/file/types.d.ts:4

Represents a Matterway file in the SDK.

Properties

PropertyTypeDescriptionDefined in
arrayBufferArrayBufferThe file's data.packages/shared/lib/file/types.d.ts:8
base64() => stringReturns the file's data as a string.packages/shared/lib/file/types.d.ts:13
namestringThe name of the file.packages/shared/lib/file/types.d.ts:17
sizenumberThe size of the file in bytes.packages/shared/lib/file/types.d.ts:21
typestringThe type of the file.packages/shared/lib/file/types.d.ts:25
webUrl?stringThe webUrl of the file.packages/shared/lib/file/types.d.ts:30

Matterway Assistant SDK Documentation