Theia API Documentation v1.65.0
    Preparing search index...

    One representation of a notebook output, defined by MIME type and data.

    Implements

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    data: Uint8Array

    The data of this output item. Must always be an array of unsigned 8-bit integers.

    mime: string

    The mime type which determines how the data-property is interpreted.

    Notebooks have built-in support for certain mime-types, extensions can add support for new types and override existing types.

    Methods