The options used to create a notebook output model.

interface IOptions {
    trusted?: boolean;
    value: IOutput;
}

Properties

Properties

trusted?: boolean

Whether the output is trusted. The default is false.

value: IOutput

The raw output value.