## FunctionAtom class

**Signature:**

```typescript
export declare class FunctionAtom implements Atom
```

**Implements:** [Atom](/content/docs/sdk/core.atom)

## Constructors

| Constructor | Modifiers | Description |
| --- | --- | --- |
| [(constructor)(name, args)](/content/docs/sdk/core.functionatom._constructor_/index.html) |  | Constructs a new instance of the `FunctionAtom` class |

## Properties

| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [args](/content/docs/sdk/core.functionatom.args) | `readonly` | [Atom](/content/docs/sdk/core.atom) |  |
| [name](/content/docs/sdk/core.functionatom.name) | `readonly` | string |  |

## Methods

| Method | Modifiers | Description |
| --- | --- | --- |
| [eval(context, input)](/content/docs/sdk/core.functionatom.eval) |  |  |
| [toString()](/content/docs/sdk/core.functionatom.tostring) |  |  |

- [FunctionAtom class](/content/docs/sdk/core.functionatom#functionatom-class/index.html)
- [Constructors](/content/docs/sdk/core.functionatom#constructors/index.html)
- [Properties](/content/docs/sdk/core.functionatom#properties/index.html)
- [Methods](/content/docs/sdk/core.functionatom#methods/index.html)
