API reference

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

T

typeInputSequence

@codexo/exojs / input / stable

An ordered list of SequenceAction pattern steps. Each entry is a single InputChannel (a one-channel step), a nested InputChord (several channels required together for that one step), or a nested InputAlternation (several alternatives, any one of which satisfies that one step) - the array-form equivalent of a `'>'`-separated, `'+'`-joined, `'|'`-alternated string pattern such as `'Down>Down+Right>Right'` or `'A+B|C>D'`.

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

An ordered list of SequenceAction pattern steps. Each entry is a single InputChannel (a one-channel step), a nested InputChord (several channels required together for that one step), or a nested InputAlternation (several alternatives, any one of which satisfies that one step) - the array-form equivalent of a `'>'`-separated, `'+'`-joined, `'|'`-alternated string pattern such as `'Down>Down+Right>Right'` or `'A+B|C>D'`.

Definition1
Source