Skip to content

Commit

Permalink
doc: fix table format (#3649)
Browse files Browse the repository at this point in the history
  • Loading branch information
freeboub authored Apr 3, 2024
1 parent f28bf0a commit 2633f08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/component/events.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ Callback function that is called when the media starts loading.

Payload:

| Property | Description |
| Property | Type | Description |
| --------- | ----------- | ---------------------------------------------------------------- |
| isNetwork | boolean | Boolean indicating if the media is being loaded from the network |
| type | string | Type of the media. Not available on Windows |
Expand All @@ -274,7 +274,7 @@ Callback function that is called when the playback state changes.

Payload:

| Property | Description |
| Property | Type | Description |
| --------- | ----------- | ------------------------------------------------- |
| isPlaying | boolean | Boolean indicating if the media is playing or not |

Expand Down

0 comments on commit 2633f08

Please sign in to comment.