IAudioCommandsArgs

12 Sep 20251 minute to read

Provides details about an audio element added to the Rich Text Editor.

Properties

cssClass string

Specifies the CSS class to be applied to the audio element.

fileName string

Specifies the file name of the audio.

selectParent Node[]

Represents the selected parent node of the audio element to be edited.

selection NodeSelection

Represents the instance of the current selection within the editor.

title string

Specifies the title attribute for the audio element.

url string

Specifies the source URL of the audio.