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 |
---|---|---|
command |
string | Specifies the command name. |
html |
any | Specifies the html event. |
See Also