ReferenceSchema
ExtractRecordInput
Extract the input type from an ObjectBuilder instance Includes support for custom attributes. Omits system fields (id, createdAt, updatedAt) as they are managed automatically.
Extract the input type from an ObjectBuilder instance Includes support for custom attributes. Omits system fields (id, createdAt, updatedAt) as they are managed automatically.
Signature
anyType
Prop
Type
ExtractRecord
Extract the record type from an ObjectBuilder instance Includes support for custom attributes added via UI Also includes system metadata (id, createdAt, updatedAt)
ExtractRecordUpdate
Extract the update type from an ObjectBuilder instance Includes support for custom attributes. Omits system fields (id, createdAt, updatedAt) as they are managed automatically.