parentStructField

Getter

Returns parent struct field that this field is part of, or sets the provided StructPropertiesField as parentStructField of this field.

parentStructField: StructPropertiesField | undefined

@throws PresentationError if this field already has parentArrayField or parent.

Returns - StructPropertiesField | undefined

Setter

parentStructField(field: StructPropertiesField): void

Parameter Type Description
field StructPropertiesField  

Returns - void

Defined in

Last Updated: 28 April, 2026