Skip to main content

DialogMenu

Index

Interfaces

ReloadFocusParam

ReloadFocusParam:

Internal DialogMenu.Reload parameters for dialog subscreens with a focus group

C

currentC

currentC: Character

currentFocusGroup

currentFocusGroup: AssetItemGroup

focusGroup

focusGroup: AssetItemGroup

root

root: HTMLElement

textCache

textCache: TextCache

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

ReloadParam

ReloadParam:

Internal DialogMenu.Reload parameters for dialog subscreens without a focus group

C

currentC

currentC: Character

optionalcurrentFocusGroup

currentFocusGroup?: AssetItemGroup

optionalfocusGroup

focusGroup?: AssetItemGroup

root

root: HTMLElement

textCache

textCache: TextCache