[API] Add creatable property to example

This commit is contained in:
Victor Woeltjen 2016-10-27 12:16:57 -07:00
parent 23eff4b924
commit 833bad067e

3
API.md
View File

@ -73,7 +73,8 @@ Custom types may be registered via
```
openmct.types.addType('my-type', new openmct.Type({
label: "My Type",
description: "This is a type that I added!"
description: "This is a type that I added!",
creatable: true
});
```