# CommonInterfaces.CanvasOffset

[common-core/src/common-interfaces](/rubens/rubens-sdk/rubens-sdk-reference/modules/common_core_src_common_interfaces.md).CanvasOffset

Used to set the camera offset of the canvas, for example this is useful\
if you have UI elements which should not overlap with the product you\
want to show

Example:

```
{
    left: 0.1, // 10% offset from left
    top: 0.2, // 20% offset from top
    right: 0.85, // 15% offset from right
    bottom: 0.95 // 5% offset from bottom
}
```

## Table of contents

### Properties

* [bottom](#bottom)
* [left](#left)
* [right](#right)
* [top](#top)

## Properties

### bottom

• **bottom**: `number`

***

### left

• **left**: `number`

***

### right

• **right**: `number`

***

### top

• **top**: `number`


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.roomle.com/rubens/rubens-sdk/rubens-sdk-reference/interfaces/common_core_src_common_interfaces.canvasoffset.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
