Structs Node Catalog
Generated category
Structs Node Catalog
Generated from 8 catalog nodes in Structs.
Nodes in this category
Showing 8 of 8 generated node docs.
Break Struct
StructsBreaks a struct into its individual fields based on the schema
Make Struct
StructsCreates a new struct
Make Struct (Schema)
StructsCreates a struct from individual fields based on a connected schema
Get Field
Structs/FieldsFetches a field from a struct (supports dot notation and array access)
Get Fields
Structs/FieldsFetches fields from a struct
Has Field
Structs/FieldsChecks if a field exists in a struct (supports dot notation and array access)
Remove Field
Structs/FieldsRemoves a field from a struct (supports dot notation and array access)
Set Field
Structs/FieldsSets a field in a struct (supports dot notation and array access)