A function with a name, which might take Parameters and return a value of a certain type.
| Name | @id | Type | Description | Inherited from |
|---|---|---|---|---|
| id | schema:id | string | The identifier for this item. | Entity |
| meta | stencila:meta | object | Metadata associated with this item. | Entity |
| name | schema:name | string | The name of the function. See note 1. | Function |
| parameters | stencila:parameters | Array of Parameter | The parameters of the function. | Function |
| returns | stencila:returns | ValidatorTypes | The return type of the function. | Function |
This documentation was generated from Function.schema.yaml.