> For the complete documentation index, see [llms.txt](https://vt-developmets.gitbook.io/vt-scripts/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vt-developmets.gitbook.io/vt-scripts/our-scripts/free-scripts/interact-message-soon/usage/events-client.md).

# Events (Client)

This will only work when called in client side

```lua
-- Shows the job stage container with the given data
TriggerEvent("vt-textui:client:show-job-stage", data)

-- Updates the job stage container with the given data
TriggerEvent("vt-textui:client:update-job-stage", data)

-- Hides the job stage container
TriggerEvent("vt-textui:client:hide-job-stage")
```
