Button

Undocumented in source.
abstract
class Button : DeclareSignals!(HTMLElement, "onClick"), IButton {}

Constructors

this
this(string id)
Undocumented in source.

Members

Functions

onClick
void onClick(WeakRef!(const(JSArrayCpp)) args)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From IButton

onClick
void onClick(WeakRef!(const(JSArrayCpp)) )
Undocumented in source.

Meta