Skip to content

Record

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

A TypeScript index signature ({ [key: K]: V }): a value read and written through Item compiles to the same property access an index signature's own type would.

Properties

abstract member Item ('Key) : 'Value with get, set