Skip to main content

DialogMenu

Index

Interfaces

Interfaces

ReloadOptions

ReloadOptions:

Customization options for DialogMenu.Reload

optionalreset

reset?: boolean

Whether to hard reset and reconstruct the button grid, rather than just re-evaluating the existing button's states via a soft reset.

optionalresetDialogItems

resetDialogItems?: boolean

Whether to regenerate the subscreen's underlying item or activity list (see DialogBuildActivities and DialogInventoryBuild).

Defaults to true if ReloadOptions.reset is specified.

optionalresetScrollbar

resetScrollbar?: boolean

Reset the position of the scroll bar to the checked button, or, if unavailable, the top of the button grid.

Defaults to true if ReloadOptions.reset is specified.

optionalstatus

status?: string

The to-be assigned custom status message

optionalstatusTimer

statusTimer?: number

Display the ReloadOptions.status message on a timer; units are in ms

Page Options