> For the complete documentation index, see [llms.txt](https://mobius-studios.gitbook.io/selectable/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mobius-studios.gitbook.io/selectable/api/options/handle.md).

# handle

***

Type: `{String}`

Default: `false`

***

Defines descendants of selectable elements where selection can only be started when interacting with them.\
\
This is handy if you have interactive elements nested within a selectable element, such as form elements.

***

### Example

```javascript
const selectable = new Selectable({
    handle: '.my-handle-class' // CSS3 selector string
});
```

***

### Demo

{% embed url="<https://codepen.io/Mobius1/pen/XWoGRKw>" %}

***
