Skip to main content

constructor(commandName, htmlEvent) Constructor

Initialize a new instance of the class.

Declaration

constructor(
    commandName: string,
    htmlEvent: any
)

Parameters

Name Type Description
commandName string

Specifies the command name.

htmlEvent any

Specifies the html event.

See Also