nodeguy/website/docs/api/generated/enums/itemselectionmode.md
Atul R 392aa3cd4c
Adds automatic docs for now (#308)
* adds basic typedoc

* backup

* Adds all docs to source code

* Adds autogenerated docs

* Fixes doc links

* Updates docs
2019-12-29 00:42:06 +05:30

39 lines
713 B
Markdown

---
id: "itemselectionmode"
title: "ItemSelectionMode"
sidebar_label: "ItemSelectionMode"
---
## Index
### Enumeration members
* [ContainsItemBoundingRect](itemselectionmode.md#containsitemboundingrect)
* [ContainsItemShape](itemselectionmode.md#containsitemshape)
* [IntersectsItemBoundingRect](itemselectionmode.md#intersectsitemboundingrect)
* [IntersectsItemShape](itemselectionmode.md#intersectsitemshape)
## Enumeration members
### ContainsItemBoundingRect
**ContainsItemBoundingRect**: = 2
___
### ContainsItemShape
**ContainsItemShape**: = 0
___
### IntersectsItemBoundingRect
**IntersectsItemBoundingRect**: = 3
___
### IntersectsItemShape
**IntersectsItemShape**: = 1