API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
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
InputAlternationOne SequenceAction step (or the whole binding a ChordAction accepts) satisfied by any ONE of several alternatives rather than requiring all of them - the array… | InputChordOne SequenceAction step requiring every listed channel simultaneously - the array-form equivalent of a `'+'`-joined chord token group, and the whole binding a… | stringSource