parentStructField

Getter

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

parentStructField: undefined | StructPropertiesField

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

Returns - undefined | StructPropertiesField

Setter

parentStructField(field: StructPropertiesField): void

Parameter Type Description
field StructPropertiesField  

Returns - void

Defined in

Last Updated: 17 January, 2026