API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

T

typeChordBinding

@codexo/exojs / input / stable

A binding accepted by ChordAction: a `'+'`/`'|'` string of case-insensitive Keyboard token names (`'Control+S'`, `'Control+S|Meta+S'`), an InputChord array of channels required together directly, or an InputAlternation array of such chords - any one of which satisfies the binding.

0
props
0
methods
0
events
Import
import { ChordBinding } from '@codexo/exojs'

A binding accepted by ChordAction: a `'+'`/`'|'` string of case-insensitive Keyboard token names (`'Control+S'`, `'Control+S|Meta+S'`), an InputChord array of channels required together directly, or an InputAlternation array of such chords - any one of which satisfies the binding.

Definition1
Source