API reference

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

I

interfaceSerializedVectorEntry

@codexo/exojs / input / stable

One alternative of a serialized VectorAction binding.

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

One alternative of a serialized VectorAction binding.

Properties6
down?: readonly string[]
left?: readonly string[]
right?: readonly string[]
up?: readonly string[]
x?: readonly string[]
y?: readonly string[]
Source