Interface Field<Value, Holder>

Type Parameters

  • Value = any

  • Holder extends Members<Holder> = {}

Hierarchy

  • Field

Properties

fieldReturnType: Type

Type of value.

fieldType: FieldType

What kind of field this is, i.e. static vs instance.

holder: Wrapper<Holder>

Class that this field belongs to.

value: Value

Current value of this field. Assign to update the field's value.

Generated using TypeDoc