Skip to content

ReadonlyRecord

[<Interface>]
type ReadonlyRecord<'Key, 'Value> =
    abstract member Item ('Key) : 'Value
AssemblyXantham.Fable.Core

A readonly TypeScript index signature ({ readonly [key: K]: V }): the same shape as Record{Key,Value}, without the setter a readonly index signature never gave it.

Methods

abstract member Item ('Key) : 'Value