getGeneratorKey function exported
Last updated: 2026-03-03T19:04:25.123Z
Metrics
LOC: 3
Complexity: 2
Params: 1
Signature
getGeneratorKey(type: FieldType): : string | null
Summary
Returns the generator key for a given field type, or null if none.
Source Code
export function getGeneratorKey(type: FieldType): string | null {
return definitionIndex.get(type)?.generator ?? null;
}
Dependencies (Outgoing)
| Target | Type |
|---|---|
| type | dynamic_call |
Impact (Incoming)
| Source | Type |
|---|---|
| loadRules | uses |
| handleRuleButtonClick | uses |
| GeneratorOption | uses |