Skip to main content

constructor(htmlEditor, selectedElement) Constructor

Initializes a new instance of the ASPxClientHtmlEditorTablePropertiesCommandArguments class with specified settings.

Declaration

constructor(
    htmlEditor: ASPxClientHtmlEditor,
    selectedElement: any
)

Parameters

Name Type Description
htmlEditor ASPxClientHtmlEditor

The HTML editor executing a command.

selectedElement any

An object containing the currently selected element in the HTML editor.

See Also