Graphorin API reference v0.7.0
Graphorin API reference / @graphorin/core / / WireFileContent
Interface: WireFileContent
Defined in: packages/core/src/utils/binary-json.ts:72
Wire twin of FileContent.
Stable
Extends
Omit<FileContent,"file">
Properties
| Property | Modifier | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|---|
causalityChain? | readonly | readonly string[] | See TextContent.causalityChain. | FileContent.causalityChain | packages/core/src/types/message.ts:78 |
file | readonly | EncodedBinary | - | - | packages/core/src/utils/binary-json.ts:73 |
filename? | readonly | string | - | FileContent.filename | packages/core/src/types/message.ts:76 |
mimeType | readonly | string | - | FileContent.mimeType | packages/core/src/types/message.ts:75 |
type | readonly | "file" | - | FileContent.type | packages/core/src/types/message.ts:73 |