## Pointer.(constructor)

Constructs a new instance of the `Pointer` class.

**Signature:**

```typescript
constructor(tokens?: string[]);
```

## Parameters

| Parameter | Type       | Description                       |
|-----------|------------|-----------------------------------|
| tokens    | string[]   | _(Optional)_                      |

- [Pointer.(constructor)](/content/docs/sdk/core.pointer._constructor_#pointerconstructor/index.html)
- [Parameters](/content/docs/sdk/core.pointer._constructor_#parameters/index.html)
