Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Store

Hierarchy

  • Store

Implements

Index

Constructors

Methods

Constructors

constructor

  • new Store(initial?: any): Store
  • Parameters

    • Default value initial: any = {}

    Returns Store

Methods

clear

  • clear(): void

get

  • get(key: string, def_value?: any): any
  • Parameters

    • key: string
    • Optional def_value: any

    Returns any

set

  • set(key: string, value: any): void
  • Parameters

    • key: string
    • value: any

    Returns void

Generated using TypeDoc