CommandReflectionMetadata

source

Reflection metadata for an SDL command type.

Properties

classConstructor: Functionsource

inherited from ReflectionMetadata.classConstructor

classPrototype: null | objectsource

inherited from ReflectionMetadata.classPrototype

The prototype used to instantiate the parsed structure if no constructor is available.

fields: Map<string | number | symbol, Field<Type>>source

inherited from ReflectionMetadata.fields

The domain of fields.

name: stringsource

inherited from ReflectionMetadata.name

The name of this struct type.

outcomes: CommandOutcomeMetadata[]source