Event | Description | Type |
---|---|---|
my-event-with-options |
CustomEvent<{ mph: number; }> |
|
myDocumentEvent |
CustomEvent<any> |
|
myWindowEvent |
CustomEvent<number> |
this is some method that fires an event with options
Name | Type | Description |
---|---|---|
mph |
number |
some value |
Type: Promise<void>
this is some method that fires a document event
Type: Promise<void>
this is some method that fires a window event
Name | Type | Description |
---|---|---|
value |
number |
some value |
Type: Promise<void>
Built with StencilJS