... | ... | @@ -16,7 +16,7 @@ The events can be defined inside a configuration file structured like this: |
|
|
|
|
|
## Event object structure
|
|
|
|
|
|
```typescript
|
|
|
```js
|
|
|
eventStructure = {
|
|
|
urls: string[], // the URLs on the pages on which the event will be used in (accepts the `*` wildcard, for example `["https://domain.com/*"]` will make the event available on every page of _domain.com_)
|
|
|
type: eventType, // like `eventTypes.onPage`
|
... | ... | |