Options
All
  • Public
  • Public/Protected
  • All
Menu

By default the Sidebar will use window.localStorage to store data. The integration can provide this interface in window.acrolinxStorage as replacement for window.localStorage.

Hierarchy

  • AcrolinxStorage

Index

Methods

getItem

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

    • key: string

    Returns string | null

removeItem

  • removeItem(key: string): void
  • Parameters

    • key: string

    Returns void

setItem

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

    • key: string
    • data: string

    Returns void

Legend

  • Object literal
  • Type alias
  • Interface
  • Method
  • Enumeration

Generated using TypeDoc