nodeguy/website/docs/api/generated/enums/dialoglabel.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

46 lines
512 B
Markdown

---
id: "dialoglabel"
title: "DialogLabel"
sidebar_label: "DialogLabel"
---
## Index
### Enumeration members
* [Accept](dialoglabel.md#accept)
* [FileName](dialoglabel.md#filename)
* [FileType](dialoglabel.md#filetype)
* [LookIn](dialoglabel.md#lookin)
* [Reject](dialoglabel.md#reject)
## Enumeration members
### Accept
**Accept**: = 3
___
### FileName
**FileName**: = 1
___
### FileType
**FileType**: = 2
___
### LookIn
**LookIn**: = 0
___
### Reject
**Reject**: = 4