API reference

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

T

typeOneOrMany

@codexo/exojs / input / stable

A single value or a list of alternatives. Actions accept one binding directly and several as an array - there are no variadic constructors, so the options object always stays an unambiguous second parameter.

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

A single value or a list of alternatives. Actions accept one binding directly and several as an array - there are no variadic constructors, so the options object always stays an unambiguous second parameter.

Definition1
T | readonly T[]
Source