Options
All
  • Public
  • Public/Protected
  • All
Menu

Type aliases

Type aliases

Readonly

Readonly<O, Path, depth>: Path extends unknown ? ReadonlyAt<O, Path, depth> : never

Make some fields of O readonly at Path (deeply or not)

Type parameters

  • O: object

    to make readonly

  • Path: List<Key>

    to be followed

  • depth: Depth

    (?='flat') 'deep' to do it deeply

returns

Object

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.