Skip to content

@Contact

Remie Bolte edited this page Jun 24, 2018 · 3 revisions

@Contact(configuration: Contact)

The Contact decorator tells the command-line interface that this is a Contact object definition. It will compile the class to a contacts/${contact_name}.cfg file in the output directory.

Parameters

configuration: Contact a JSON object with any of the options in the contact object definition.

Please note: the configuration JSON object on each decorator will be merged with any properties that are specified on the class which is annotated by the decorator.

Clone this wiki locally