API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceUniformFieldOptions
@codexo/exojs / rendering / stable
A field declared with metadata rather than as a bare type.
2
props
0
methods
0
events
Import
import { UniformFieldOptions } from '@codexo/exojs'A field declared with metadata rather than as a bare type.
Properties2
default?: UniformInputThe value a field of type `T` accepts.<T>Value a fresh instance starts from. Omitted fields start at zero, matrices included. The declaration keeps a copy: mutating the value afterwards does not reach an instance built from it.
type: TSource