Describes the result of Codec.encode

Since

2023.1

interface EncodeResult {
    content: string;
    contentType: string;
}

Properties

Properties

content: string

The encoded content as a string

contentType: string

The mime type describing how the content was encoded as a string