API reference

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

T

typeValidatedSequenceBinding

@codexo/exojs / input / stable

ValidatedChordBinding for SequenceAction, which allows `'>'` and therefore more than one step.

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

ValidatedChordBinding for SequenceAction, which allows `'>'` and therefore more than one step.

Definition1
P extends string ? string extends P ? P : OrPatternError<P, PatternTextError<P, "SequenceAction">> : P
Source