Optional
fileName?: stringOptional filename to be shown below the video.
Optional
isDeleting?: booleanOptional flag to indicate that the item is currently being deleted. When true, the delete icon is replaced with a loading spinner.
Optional
maxHeight?: string | numberOptional maxHeight for the video player.
Optional
onDelete?: () => voidOptional onDelete callback function to handle delete action.
Optional
showDuration?: booleanFlag to display the video's duration.
URL of the video to be played.
Props for the VideoPlayer component.