2022-08-06 14:49:20 +00:00
|
|
|
---
|
|
|
|
sidebar_label: ClickOptions.offset
|
|
|
|
---
|
|
|
|
|
|
|
|
# ClickOptions.offset property
|
|
|
|
|
2022-09-02 11:28:00 +00:00
|
|
|
Offset for the clickable point relative to the top-left corner of the border box.
|
2022-08-06 14:49:20 +00:00
|
|
|
|
|
|
|
**Signature:**
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
interface ClickOptions {
|
|
|
|
offset?: Offset;
|
|
|
|
}
|
|
|
|
```
|