Skip to main content

constructor(commandName, htmlEvent) Constructor

In This Article

Initialize a new instance of the class.

#Declaration

TypeScript
constructor(
    commandName: string,
    htmlEvent: any
)

#Parameters

Name Type Description
commandName string

Specifies the command name.

htmlEvent any

Specifies the html event.

See Also