RecordProxy defines an interface for a Record proxy/project model, aka. custom model struct that acts on behalve the proxied Record to allow for example typed getter/setters for the Record fields.

To implement the interface it is usually enough to embed the [BaseRecordProxy] struct.

Hierarchy

  • RecordProxy

Indexable

[key: string]: any

Methods

  • SetProxyRecord loads the specified record model into the current proxy.

    Parameters

    Returns void

Generated using TypeDoc