iniquity

A re-imagining of the iconic BBS software.

View on GitHub

Interface: IQMenuLoopOptions

Core.IQMenuLoopOptions

Table of contents

Properties

Properties

data

Optional data: any

Data you would like to be reactive in the menu

Defined in

core/src/index.ts:608


maxInterval

Optional maxInterval: number

The maximum number of the menu event loop that can run.

Defined in

core/src/index.ts:603


wait

Optional wait: number

Basically halt everything for the specified period of milliseconds.

param

Defined in

core/src/index.ts:598