> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# async Display Callbacks • TypeScript AI Agent SDK

> asyncDisplayCallbacks: API reference for asyncDisplayCallbacks

# asyncDisplayCallbacks

<div className="flex items-center gap-2">
  <Badge color="blue">Async</Badge>
  <Badge color="teal">Function</Badge>
</div>

> This function is defined in the [**parity**](../modules/parity) module.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
async def asyncDisplayCallbacks() -> DisplayCallback[]
```

### Returns

<ResponseField name="Returns" type="DisplayCallback[]">
  The result of the operation.
</ResponseField>

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-ts/src/parity/index.ts#L1104">
  `src/parity/index.ts` at line 1104
</Card>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="JS Callbacks" icon="phone" href="/docs/js/callbacks" />

  <Card title="JS Async Jobs" icon="clock" href="/docs/js/async-jobs" />

  <Card title="JS Async Jobs CLI" icon="terminal" href="/docs/js/async-jobs-cli" />

  <Card title="TypeScript Async" icon="clock" href="/docs/js/typescript-async" />
</CardGroup>
