KC's Workspace
    Preparing search index...
    • Unlike other types in Immutable.js, the Record() function creates a new Record Factory, which is a function that creates Record instances.

      See above for examples of using Record().

      Note: Record is a factory function and not a class, and does not use the new keyword during construction.

      Type Parameters

      • TProps extends object

      Parameters

      • defaultValues: TProps
      • Optionalname: string

      Returns Record.Factory<TProps>