Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • LocalStorageHandler

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

clear

clear: function

Type declaration

    • (): void
    • Returns void

get

get: function

Type declaration

    • (key: string): any
    • Parameters

      • key: string

      Returns any

remove

remove: function

Type declaration

    • (key: string): void
    • Parameters

      • key: string

      Returns void

set

set: function

Type declaration

    • (key: string, data: any): void
    • Parameters

      • key: string
      • data: any

      Returns void

Methods

Private getItem

  • getItem(key: string): any
  • Parameters

    • key: string

    Returns any

Private removeItem

  • removeItem(key: string): void
  • Parameters

    • key: string

    Returns void

Private setItem

  • setItem(key: string, data: any): void
  • Parameters

    • key: string
    • data: any

    Returns void

Generated using TypeDoc