Options
All
  • Public
  • Public/Protected
  • All
Menu

Type aliases

Type aliases

Update

Update<L, K, A>: Cast<Update<L, `${K & number}` | K, A>, List>

Update in L the entries of key K with A. Use the x placeholder to get the current field type.

Type parameters

  • L: List

    to update

  • K: Key

    to chose fields

  • A: any

    to update with

returns

List

example


  • Inherited
  • Protected
  • Private
  • Static
  • Module
  • Object
  • Property
  • Function
  • Variable
  • Index
  • Type
  • Class
  • Interface
  • Enum
  • Constructor
  • Getter/Setter
Made with ❤️ by pirix-gh. Documentation generated by TypeDoc.