BinaryResource
ts
type BinaryResource = object;
Defined in: resources.ts:14
Boot resource with binary content.
Properties
content?
ts
readonly optional content: Uint8Array | string;
Defined in: resources.ts:18
Binary or base64-encoded content of the file; undefined when embedding disabled.
name
ts
readonly name: string;
Defined in: resources.ts:16
Name of the binary file, including extension.