Skip to content

Property

Anton edited this page Aug 7, 2019 · 23 revisions

Property: A property of a type.

Name Type & Description Default
name* string -
The name of the property.
description* ?string null
The description of the property.
type* string *
The type of the property.
hasDefault* boolean false
Whether the property has the default value.
default* ?(string | boolean | number) null
The default value of the property.
optional* boolean false
If the property is optional.
Clone this wiki locally