Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PropertySetter<T>

A method which is called to set a value of the given type.

Type parameters

  • T

    The type of value to set

Hierarchy

  • PropertySetter

Callable

  • __call(value: T): void
  • Sets the value to the provided one

    Parameters

    • value: T

      The new value to set

    Returns void

Generated using TypeDoc