Skip to content

RebindResult

Defined in: types.ts:49

Result of a InputManager.rebind call.

optional conflict?: object

Defined in: types.ts:53

Present when ok is false due to a conflict with conflict: "reject".

action: string

key: string


ok: boolean

Defined in: types.ts:51

Whether the rebind succeeded.