Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetterAndSetter

An object that gets and sets a value.

Hierarchy

Index

Properties

Properties

get

get: function

Gets a value.

returns

The (current) value.

Type declaration

    • (): any
    • Returns any

set

set: function

Sets a value.

param

The new value.

Type declaration

    • (newValue: any): void
    • Parameters

      • newValue: any

      Returns void

Generated using TypeDoc