> For the complete documentation index, see [llms.txt](https://documentation.rcore.cz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.rcore.cz/paid-resources/rcore_whiteboard/api.md).

# API

#### On whiteboard update

* Server side update event

```lua
AddEventHandler(triggerName('updated'), function(boardId, playerId)
    --boardId = board id
    --playerId = player that updated board
end)
```
