2022-07-05 13:41:43 +00:00
|
|
|
---
|
|
|
|
sidebar_label: Offset.y
|
|
|
|
---
|
|
|
|
|
|
|
|
# Offset.y property
|
|
|
|
|
2022-08-30 11:45:59 +00:00
|
|
|
y-offset for the clickable point relative to the top-left corner of the border box.
|
2022-07-05 13:41:43 +00:00
|
|
|
|
2022-10-24 07:07:05 +00:00
|
|
|
#### Signature:
|
2022-07-05 13:41:43 +00:00
|
|
|
|
|
|
|
```typescript
|
|
|
|
interface Offset {
|
|
|
|
y: number;
|
|
|
|
}
|
|
|
|
```
|