# API

#### On whiteboard update

* Server side update event

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