Skip to content

RebindResult

Defined in: types.ts:165

Result of a InputManager.rebind call.

optional conflict?: object

Defined in: types.ts:169

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

action: string

key: string


ok: boolean

Defined in: types.ts:167

Whether the rebind succeeded.