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

# Transform Object

<CardGroup cols={2}>
  <Card title="Transformable, Transformation" href="#transformable-transformation" />

  <Card title="Transformable, Transformation, 1.1.0" href="#transformable-transformation-110" />
</CardGroup>

***

<h2 id="transformable-transformation">
  Transformable, Transformation
</h2>

Apply multiple transforms to an object.

### Inputs

| Name      | Type                                                                   | Description          |
| --------- | ---------------------------------------------------------------------- | -------------------- |
| Object    | [Transformable](../../../../block-documentation/types/transformable)   | Object to transform. |
| Transform | [Transformation](../../../../block-documentation/types/transformation) | Transform to apply.  |

### Outputs

| Type                                             |
| ------------------------------------------------ |
| [Any](../../../../block-documentation/types/any) |

***

<h2 id="transformable-transformation-110">
  Transformable, Transformation, 1.1.0
</h2>

Apply multiple transforms to an object.

### Inputs

| Name      | Type                                                                   | Description          |
| --------- | ---------------------------------------------------------------------- | -------------------- |
| Object    | [Transformable](../../../../block-documentation/types/transformable)   | Object to transform. |
| Transform | [Transformation](../../../../block-documentation/types/transformation) | Transform to apply.  |

### Outputs

| Type                                             |
| ------------------------------------------------ |
| [Any](../../../../block-documentation/types/any) |
