Skip to content

dag-core / Exports / IPortBinaryValue

Interface: IPortBinaryValue

A binary value within a port payload, referencing media content.

Table of contents

Properties

Properties

kind

kind: TPortBinaryKind

Defined in

interfaces/ports.ts:21


mimeType

mimeType: string

Defined in

interfaces/ports.ts:22


uri

uri: string

Defined in

interfaces/ports.ts:23


referenceType

Optional referenceType: TBinaryReferenceType

Defined in

interfaces/ports.ts:24


assetId

Optional assetId: string

Defined in

interfaces/ports.ts:25


sizeBytes

Optional sizeBytes: number

Defined in

interfaces/ports.ts:26

Released under the MIT License.