Skip to main content

ASPxClientHtmlEditorChangeHtml5MediaElementCommandArguments Class

The base class for parameters related to inserting or changing HTML5 media elements (Audio and Video) in the ASPxHtmlEditor.

#Declaration

TypeScript
declare class ASPxClientHtmlEditorChangeHtml5MediaElementCommandArguments extends ASPxClientHtmlEditorChangeMediaElementCommandArguments

#Remarks

When executed manually, ASPxHtmlEditor‘s client-side commands related to inserting or changing HTML5 media elements (Audio and Video) require specific parameters. These parameters are descendants from this base class.

See Also