getDefaultParams function exported

Last updated: 2026-03-03T19:04:25.123Z

Metrics

LOC: 3 Complexity: 1 Params: 1

Signature

getDefaultParams(type: FieldType): : GeneratorParams | undefined

Summary

Retorna os params default de um tipo (min/max, formatted etc.).

Source Code

export function getDefaultParams(type: FieldType): GeneratorParams | undefined {
  return definitionIndex.get(type)?.params;
}

Dependencies (Outgoing)

graph LR getDefaultParams["getDefaultParams"] style getDefaultParams fill:#dbeafe,stroke:#2563eb,stroke-width:2px click getDefaultParams "88bae5e568fd7994.html"
TargetType
type dynamic_call

Impact (Incoming)

graph LR getDefaultParams["getDefaultParams"] getRange["getRange"] getRange -->|calls| getDefaultParams style getDefaultParams fill:#dbeafe,stroke:#2563eb,stroke-width:2px click getDefaultParams "88bae5e568fd7994.html" click getRange "d1cf2d1e1f14037e.html"
SourceType
getRange calls