From 2633f087d238e6b48e6df266c380eec64a29754d Mon Sep 17 00:00:00 2001 From: Olivier Bouillet <62574056+freeboub@users.noreply.github.com> Date: Wed, 3 Apr 2024 22:19:13 +0200 Subject: [PATCH] doc: fix table format (#3649) --- docs/pages/component/events.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 |