Optional Values

To define properties or method parameters as optional, wrap the name with quare brackets.

@prop {object} [foo]

When the property has a default value, keep the value within the square brackets as well

@prop {object} [foo="bar"]