## Pointer.push() method

**Signature:**

```typescript
push(token: string): void;
```

## Parameters

| Parameter | Type   | Description |
|-----------|--------|-------------|
| token     | string |             |

**Returns:**

void

- [Pointer.push() method](/content/docs/sdk/core.pointer.push#pointerpush-method/index.html)
- [Parameters](/content/docs/sdk/core.pointer.push#parameters/index.html)
