Add property definitions section to waku-api.md

Added property definitions for events in Waku API documentation.
This commit is contained in:
Sasha 2025-10-28 01:36:46 +01:00 committed by GitHub
parent e7be2b49eb
commit c20f692a13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -224,6 +224,15 @@ functions:
type: result<WakuNode, error> type: result<WakuNode, error>
``` ```
#### Property definitions
```yaml
properties:
events:
type: EventEmitter
description: "Event source for message-related events"
```
#### Predefined values #### Predefined values
```yaml ```yaml