> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wandb.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Interface: WeaveImage

> TypeScript SDK reference

[weave](../) / WeaveImage

## Hierarchy

* `WeaveImageInput`

  ↳ `WeaveImage`

## Table of contents

### Properties

* [\_weaveType](./weaveimage#_weavetype)
* [data](./weaveimage#data)
* [imageType](./weaveimage#imagetype)

## Properties

### \_weaveType

• **\_weaveType**: `"Image"`

#### Defined in

[media.ts:14](https://github.com/wandb/weave/blob/62f1e46098095776ee29b730ad10b3b3d1a68307/sdks/node/src/media.ts#L14)

***

### data

• **data**: `Buffer`

#### Inherited from

WeaveImageInput.data

#### Defined in

[media.ts:9](https://github.com/wandb/weave/blob/62f1e46098095776ee29b730ad10b3b3d1a68307/sdks/node/src/media.ts#L9)

***

### imageType

• `Optional` **imageType**: `"png"`

#### Inherited from

WeaveImageInput.imageType

#### Defined in

[media.ts:10](https://github.com/wandb/weave/blob/62f1e46098095776ee29b730ad10b3b3d1a68307/sdks/node/src/media.ts#L10)
