Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetterAndSetter

An object that gets and sets a value.

Hierarchy

Index

Properties

Properties

Readonly get

get: () => any

Gets a value.

returns

The (current) value.

Type declaration

    • (): any
    • Returns any

Readonly set

set: (newValue: any) => void

Sets a value.

param

The new value.

Type declaration

    • (newValue: any): void
    • Parameters

      • newValue: any

      Returns void

Generated using TypeDoc