IVideoCommandsArgs
12 Sep 20251 minute to read
Provides details about a video element added to the Rich Text Editor.
Properties
cssClass string
Specifies the CSS class to be applied to the video element.
fileName string|DocumentFragment
Specifies the file name of the video, which can be a string or a DocumentFragment.
height Object
Defines the minimum, maximum, and current height of the video.
isEmbedUrl boolean
Indicates whether the video link is an embedded URL.
selectParent Node[]
Represents the selected parent node of the video element to be edited.
selection NodeSelection
Represents the instance of the current selection within the editor.
title string
Specifies the title attribute for the video element.
url string
Specifies the source URL of the video.
width Object
Defines the minimum, maximum, and current width of the video.