MediaRendererProps interface
The props for the MediaRenderer component.
Signature:
export interface MediaRendererProps extends SharedMediaProps
Extends: SharedMediaProps
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
alt? | string | (Optional) The alt text for the media. | |
poster? | string | null | (Optional) The media poster image uri. (if applicable) | |
src? | string | null | (Optional) The media source uri. |