The type ID of the event to manage subscriptions for.
The player accessing the menu.
The event type to manage subscriptions for.
Optional
pagen: number = 0The page of the menu to go to. Defaults to 0
.
Optional
maxentriesperpage: number = ...How many entries to show per page. Defaults to the value of config.ui.pages.maxPlayersPerManagePlayersPage
.
Optional
search: { caseSensitive?: boolean; value: string }An object containing the current search query, if any, and search options.
Optional
caseSensitive?: booleanWhether to perform a case-sensitive search. Defaults to false
.
The current search query.
Optional
cachedEntries: Globals.SubscribedEvent<The cached entries to show in the menu.
A promise that resolves to 0
if the previous menu should be closed, or 1
if the previous menu should be reopened.
Displays a menu to manage event subscriptions for a specific event.