diff --git a/docs/pages/component/events.mdx b/docs/pages/component/events.mdx index 09d50a29..afd2c0ec 100644 --- a/docs/pages/component/events.mdx +++ b/docs/pages/component/events.mdx @@ -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 | @@ -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 |