@idpass/data-collect-core / FormClassification
Interface: FormClassification
Defined in: services/FormClassifier.ts:47
Classification result for a single form, providing the category, entity type, and the correct event type strings for create/update operations.
Properties
formName
formName:
string
Defined in: services/FormClassifier.ts:48
category
category:
FormCategory
Defined in: services/FormClassifier.ts:49
entityType
entityType:
EntityType
Defined in: services/FormClassifier.ts:50
createEventType
createEventType:
string
Defined in: services/FormClassifier.ts:51
updateEventType
updateEventType:
string
Defined in: services/FormClassifier.ts:52
parentIsGroup
parentIsGroup:
boolean
Defined in: services/FormClassifier.ts:54
True when the parent form (dependsOn target) is a top-level group form.