Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RecordVirtualPropertyOptions

Hierarchy

  • RecordVirtualPropertyOptions

Index

Properties

Properties

Optional get

Function which returns the value of the virtual property.

Optional save

save: boolean

Should the output of get handler be saved to the storage device?

Optional serialize

serialize: boolean

Should the output of get handler be included in the serialized Record?

Optional set

set: function

Function which sets the value of the virtual property. Can be used to set other properties within the Record instance.

Type declaration

    • (value: any): void
    • Parameters

      • value: any

      Returns void