Skip to content

lightgun-poc / lib/buttons / ButtonConfig

Interface: ButtonConfig

Defined in: lib/buttons.ts:57

Result of loading buttons.json: the id→action map plus any config problems.

Properties

actions

actions: Map<string, ButtonAction>

Defined in: lib/buttons.ts:58


problems

problems: string[]

Defined in: lib/buttons.ts:59

Released under the MIT License.