mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
20 lines
546 B
Markdown
20 lines
546 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [trashposs-js](./trashposs-js.md) > [entities](./trashposs-js.entities.md) > [PageEvent](./trashposs-js.entities.pageevent.md)
|
||
|
|
||
|
## entities.PageEvent type
|
||
|
|
||
|
**Signature:**
|
||
|
|
||
|
```typescript
|
||
|
export declare type PageEvent = {
|
||
|
pageId: Page["id"];
|
||
|
event: string;
|
||
|
var: any;
|
||
|
userId: User["id"];
|
||
|
user: User;
|
||
|
};
|
||
|
```
|
||
|
**References:** [Page](./trashposs-js.entities.page.md)<!-- -->, [User](./trashposs-js.entities.user.md)
|
||
|
|