diff --git a/API.md b/API.md index fff93ef2d7..bc6422ad43 100644 --- a/API.md +++ b/API.md @@ -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 }); ```