Constructors
constructor
- new FieldDefinition(
name: string,
description: string,
type: Type,
): FieldDefinition Parameters
- name: string
- description: string
- type: Type
Properties
Readonly
description
description: string
Methods
Static
fromJSON
- fromJSON(
json: { description: string; name: string; type: string },
): FieldDefinition Parameters
- json: { description: string; name: string; type: string }