Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LocalStorage

Hierarchy

  • LocalStorage

Index

Properties

clear

clear: function

Type declaration

    • (): void
    • Returns void

getItem

getItem: function

Type declaration

    • (key: string): any | null
    • Parameters

      • key: string

      Returns any | null

key

key: function

Type declaration

    • (n: number): any | null
    • Parameters

      • n: number

      Returns any | null

length

length: number

removeItem

removeItem: function

Type declaration

    • (key: string): void
    • Parameters

      • key: string

      Returns void

setItem

setItem: function

Type declaration

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

      • key: string
      • value: any

      Returns void