Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LocalSettable<T>

Type parameters

  • T

Hierarchy

Implements

  • { name: string; tags: Tags } & { set: any }

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

Properties

Protected _val

_val: Value<T | undefined>

Readonly name

name: string

Readonly tags

tags: Tags

Accessors

raw

  • get raw(): T | undefined

value

  • get value(): Value<T | undefined>

Methods

set

  • set(value: T, tags?: Tags): Value<T | undefined>

Generated using TypeDoc