KeyboardEvent constructor
init
Initializes a new instance of the KeyboardEvent
class.
def __init__(self, type):
...
Parameter | Type | Description |
---|---|---|
type | str | The event type. |
See Also
- module
aspose.svg.dom.events
- class
KeyboardEvent
Initializes a new instance of the KeyboardEvent
class.
def __init__(self, type):
...
Parameter | Type | Description |
---|---|---|
type | str | The event type. |
aspose.svg.dom.events
KeyboardEvent