prorm API Reference
    Preparing search index...

    Function computedDefault

    • Helper to create a default based on another field. Usage: @Default((instance) => instance.username?.toLowerCase())

      Parameters

      • computeFn: (instance: any) => any

      Returns DefaultFunction